From 7c53fcf57614af48846b4684556178dadebb8f82 Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Thu, 7 Dec 2006 22:02:40 +0000 Subject: [PATCH] Print 'refresh done' before pushing other patches This is for the case where --patch was specified Signed-off-by: Catalin Marinas --- stgit/commands/refresh.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0