##// END OF EJS Templates
procutil: do not convert return code of signal exit to positive number (API)...
procutil: do not convert return code of signal exit to positive number (API) The docstring states that "codes from kill are negative", and it doesn't make sense to make exit/signal code ambiguous. .. api:: ``hook.hook()`` and ``hook.runhooks()`` may return a negative integer to denote that the process was killed by signal.
Yuya Nishihara -
r37480:c0d0fd87 default
Show More
Name Size Modified Last Commit Author
/ mercurial / utils
__init__.py Loading ...
dateutil.py Loading ...
procutil.py Loading ...
stringutil.py Loading ...