chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b639f7c
)
Fix typo in the patchlogs copying code
author
Catalin Marinas
<catalin.marinas@gmail.com>
Tue, 15 May 2007 17:09:55 +0000
(18:09 +0100)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Tue, 15 May 2007 21:13:14 +0000
(22:13 +0100)
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/stack.py
patch
|
blob
|
blame
|
history
diff --git
a/stgit/stack.py
b/stgit/stack.py
index 52f39a63c37002b4310bcb86c9aed3297af335c1..9868699f1a70624d9a0c716bdff76b18fb88bc0f 100644
(file)
--- a/
stgit/stack.py
+++ b/
stgit/stack.py
@@
-613,7
+613,7
@@
class Series(StgitObject):
print "setting log to %s" % patch.get_log()
newpatch.set_log(patch.get_log())
else:
- print "no log for %s" % p
atchname
+ print "no log for %s" % p
# fast forward the cloned series to self's top
new_series.forward_patches(applied)