X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/2cf7e94e933bf3e8091622d7d6730e145cc9bf64..bc7ba6e9f41917dbac2061b2e726162099fea920:/stgit/commands/refresh.py diff --git a/stgit/commands/refresh.py b/stgit/commands/refresh.py index 610d18a..2949ecb 100644 --- a/stgit/commands/refresh.py +++ b/stgit/commands/refresh.py @@ -99,6 +99,8 @@ def func(parser, options, args): if options.sign: sign_str = 'Signed-off-by' + if options.ack: + raise CmdException, '--ack and --sign were both specified' elif options.ack: sign_str = 'Acked-by' else: