X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/0d4cd7ce095244423ef506e05d26980ce2749463..7c53fcf57614af48846b4684556178dadebb8f82:/stgit/commands/refresh.py 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