Mercurial > public > mercurial-scm > hg
log mercurial/chgserver.py @ 40729:c93d046d4300
age | author | description |
---|---|---|
Mon, 12 Nov 2018 21:10:51 +0900 | Yuya Nishihara | extensions: add "uipopulate" hook, called per instance, not per process |
Sun, 07 Oct 2018 17:35:25 +0900 | Yuya Nishihara | chgserver: catch Abort while parsing early args to shut down cleanly |
Thu, 04 Oct 2018 23:25:55 +0900 | Yuya Nishihara | chgserver: add "setumask2" command which uses correct message frame |
Wed, 26 Sep 2018 08:46:56 -0700 | Gregory Szorc | merge with stable |
Wed, 26 Sep 2018 21:24:14 +0900 | Yuya Nishihara | chgserver: do not send system() back to client if stdio redirected (issue5992) stable |
Wed, 26 Sep 2018 21:21:05 +0900 | Yuya Nishihara | chgserver: update comment describing when to fall back to core _runsystem() stable |
Wed, 19 Sep 2018 23:11:07 +0900 | Yuya Nishihara | chgserver: restore pager fds attached within runcommand session |