chiark / gitweb /
Fix typo in the patchlogs copying code
authorCatalin Marinas <catalin.marinas@gmail.com>
Tue, 15 May 2007 17:09:55 +0000 (18:09 +0100)
committerCatalin 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

index 52f39a63c37002b4310bcb86c9aed3297af335c1..9868699f1a70624d9a0c716bdff76b18fb88bc0f 100644 (file)
@@ -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" % patchname
+                print "no log for %s" % p
 
         # fast forward the cloned series to self's top
         new_series.forward_patches(applied)