chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ff4fd4
)
Using the --message option with the new command fails. Fix it.
author
Bryan Larsen
<bryan.larsen@gmail.com>
Wed, 13 Jul 2005 21:36:26 +0000
(22:36 +0100)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Wed, 13 Jul 2005 21:36:26 +0000
(22:36 +0100)
Signed-off-by: Bryan Larsen <bryan.larsen@gmail.com>
stgit/stack.py
patch
|
blob
|
blame
|
history
diff --git
a/stgit/stack.py
b/stgit/stack.py
index 851f998aaafa139b2ef09ba7704232a7c4b296ec..0e6bdb32682361399dc4cc13282062cf9bdc7486 100644
(file)
--- 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()