From: Catalin Marinas Date: Thu, 7 Dec 2006 22:02:40 +0000 (+0000) Subject: Print 'refresh done' before pushing other patches X-Git-Tag: v0.14.3~391 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/7c53fcf57614af48846b4684556178dadebb8f82 Print 'refresh done' before pushing other patches This is for the case where --patch was specified Signed-off-by: Catalin Marinas --- diff --git a/stgit/commands/refresh.py b/stgit/commands/refresh.py index 2d164cd..0efe1df 100644 --- a/stgit/commands/refresh.py +++ b/stgit/commands/refresh.py @@ -144,10 +144,10 @@ def func(parser, options, args): committer_email = options.commemail, backup = True, sign_str = sign_str) + print 'done' + if options.patch: between.reverse() push_patches(between) - - print 'done' else: print 'Patch "%s" is already up to date' % patch