X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/42fc7623404159ca33ba5ef1bd74ca4c339d827a..c73e63b7d7733f1308c2c0c504144e93062bb489:/stgit/commands/refresh.py diff --git a/stgit/commands/refresh.py b/stgit/commands/refresh.py index 2d164cd..7a9bf7d 100644 --- a/stgit/commands/refresh.py +++ b/stgit/commands/refresh.py @@ -77,7 +77,7 @@ options = [make_option('-f', '--force', def func(parser, options, args): - autoresolved = config.get('stgit', 'autoresolved') + autoresolved = config.get('stgit.autoresolved') if autoresolved != 'yes': check_conflicts() @@ -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