From: Catalin Marinas Date: Tue, 15 May 2007 17:09:55 +0000 (+0100) Subject: Fix typo in the patchlogs copying code X-Git-Tag: v0.13~81 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/6018404959979ae130d3f5790a14975689b5b824?ds=inline Fix typo in the patchlogs copying code Signed-off-by: Catalin Marinas --- diff --git a/stgit/stack.py b/stgit/stack.py index 52f39a6..9868699 100644 --- 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" % patchname + print "no log for %s" % p # fast forward the cloned series to self's top new_series.forward_patches(applied)