chiark / gitweb /
Ignore the gitk exit code in 'stg log -g' (bug #10010)
authorCatalin Marinas <catalin.marinas@gmail.com>
Fri, 7 Dec 2007 21:19:25 +0000 (21:19 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Fri, 7 Dec 2007 21:19:25 +0000 (21:19 +0000)
commitedddb24917ca00327b45fb8764455679f1ef6b09
tree94dd0f1a9cde45745a3f2011409b3a50ffa9b6ab
parent380fde1274e37412d348396acb5e0e31daf6ef91
Ignore the gitk exit code in 'stg log -g' (bug #10010)

The patch adds the 'exitcode' boolean argument to Run.run() and
modifies the 'log' command.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/log.py
stgit/run.py