X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/edddb24917ca00327b45fb8764455679f1ef6b09..289687b4c70e165b5a4809bfcb9f8608f1b55bd3:/stgit/commands/log.py diff --git a/stgit/commands/log.py b/stgit/commands/log.py index 56f7e0a..c5f71a2 100644 --- a/stgit/commands/log.py +++ b/stgit/commands/log.py @@ -141,6 +141,6 @@ def func(parser, options, args): raise CmdException, 'No changelog for patch "%s"' % name if options.graphical: - Run('gitk', log).run(exitcode = False) + Run('gitk', log).discard_exitcode().run() else: show_log(log, options)