chiark / gitweb /
Discard exitcode of subprocess in a better way
authorKarl Hasselström <kha@treskal.com>
Sat, 8 Dec 2007 08:27:22 +0000 (09:27 +0100)
committerKarl Hasselström <kha@treskal.com>
Sat, 8 Dec 2007 09:34:24 +0000 (10:34 +0100)
commit289687b4c70e165b5a4809bfcb9f8608f1b55bd3
tree6262e90354979944088b26e7549abd24e51a2abb
parentf7a73141ca0db04818f958e68667f5b3f3019550
Discard exitcode of subprocess in a better way

Discard the exit code in a way that meshes better with the existing
handling of exit codes.

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/commands/log.py
stgit/run.py