Sat, 07 Nov 2020 21:50:28 -0800 |
Martin von Zweigbergk |
worker: raise exception instead of calling sys.exit() with child's code
|
Tue, 04 Feb 2020 22:07:36 +0100 |
Jan Alexander Steffens (heftig) |
worker: manually buffer reads from pickle stream
stable
|
Sat, 18 Jan 2020 11:13:01 -0800 |
Gregory Szorc |
py3: suppress unraisable exceptions in test-worker.t
|
Mon, 04 Nov 2019 16:13:01 +0100 |
Denis Laxalde |
py3: add a __str__ method to Abort
stable
|
Sat, 02 Feb 2019 13:16:46 -0800 |
Gregory Szorc |
py3: add alternate output on Python 3
|
Wed, 14 Feb 2018 15:58:11 +0530 |
Pulkit Goyal |
py3: add b'' prefixes in test-worker.t
|
Sun, 25 Jun 2017 08:20:05 +0530 |
Pulkit Goyal |
py3: make sure commands name are bytes in tests
|
Sat, 09 Jan 2016 23:07:20 +0900 |
Yuya Nishihara |
registrar: move cmdutil.command to registrar module (API)
|
Sat, 22 Apr 2017 17:13:05 -0700 |
Jun Wu |
test-worker: exercise more about "killworkers" situation
|
Sat, 22 Apr 2017 17:00:50 -0700 |
Jun Wu |
test-worker: capture tracebacks more reliably
|
Sat, 22 Apr 2017 16:50:08 -0700 |
Jun Wu |
worker: rewrite error handling so os._exit covers all cases
|
Thu, 20 Apr 2017 22:51:28 +0900 |
Yuya Nishihara |
test-worker: disable tests of forked workers on Windows
stable
|
Sat, 15 Apr 2017 13:04:55 +0900 |
Yuya Nishihara |
worker: print traceback for uncaught exception unconditionally
|
Sat, 15 Apr 2017 13:27:44 +0900 |
Yuya Nishihara |
worker: propagate exit code to main process
|
Sat, 15 Apr 2017 13:02:34 +0900 |
Yuya Nishihara |
dispatch: print traceback in scmutil.callcatch() if --traceback specified
|
Tue, 28 Mar 2017 10:21:38 -0700 |
David Soria Parra |
worker: flush ui buffers before running the worker
|