tests/test-status-inprocess.py.out
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 03 Nov 2020 20:20:49 -0800
changeset 45819 d6279c43fc60
parent 10838 07dbafd3a0e2
permissions -rw-r--r--
serve: simply return instead of calling sys.exit() in `hg serve --stdio` The shouldn't be a reason to call `sys.exit()` instead of letting the code return normally. I've remove the call in both `hg serve` and `hg debugserve`. Differential Revision: https://phab.mercurial-scm.org/D9271

% creating repo
% add and commit
C test.py
% change
M test.py