From 4de718c3e7654165bb4819003a267f2105ce8b1e Mon Sep 17 00:00:00 2001 From: Bryan Larsen Date: Wed, 13 Jul 2005 22:36:26 +0100 Subject: [PATCH] Using the --message option with the new command fails. Fix it. Signed-off-by: Bryan Larsen --- stgit/stack.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stgit/stack.py b/stgit/stack.py index 851f998..0e6bdb3 100644 --- a/stgit/stack.py +++ b/stgit/stack.py @@ -384,6 +384,8 @@ class Series: descr = edit_file(None, \ 'Please enter the description for patch "%s" ' \ 'above.' % name) + else: + descr = message head = git.get_head() -- 2.11.0