Mercurial > public > mercurial-scm > hg
log mercurial/commandserver.py @ 36884:ece242db5000
age | author | description |
---|---|---|
Sat, 10 Mar 2018 15:57:16 +0900 | Yuya Nishihara | py3: use r'' instead of sysstr('') to get around code transformer |
Sun, 14 Jan 2018 19:30:48 -0800 | Gregory Szorc | commandserver: restore cwd in case of exception |
Wed, 20 Dec 2017 11:35:38 -0800 | Jun Wu | commandserver: unblock SIGCHLD |
Thu, 30 Nov 2017 22:43:03 +0900 | Yuya Nishihara | thirdparty: move selectors2 module to where it should be |
Fri, 29 Sep 2017 15:48:34 +0000 | Alex Gaynor | style: never use a space before a colon or comma |
Sat, 30 Sep 2017 07:43:40 -0400 | Augie Fackler | commandserver: remove superfluous pass statements |
Sun, 16 Jul 2017 11:17:00 -0700 | Jun Wu | commandserver: do not handle EINTR for selector.select |