Mercurial > public > mercurial-scm > hg
log mercurial/commandserver.py @ 29513:e5b4d79a9140
age | author | description |
---|---|---|
Sat, 21 May 2016 15:23:21 +0900 | Yuya Nishihara | commandserver: backport handling of forking server from chgserver |
Sat, 21 May 2016 15:18:23 +0900 | Yuya Nishihara | commandserver: promote .cleanup() hook from chgserver |
Sat, 21 May 2016 15:12:19 +0900 | Yuya Nishihara | commandserver: extract method to create commandserver instance per request |
Mon, 27 Jun 2016 16:48:54 +0530 | Pulkit Goyal | py3: conditionalize SocketServer import |
Sun, 12 Jun 2016 14:07:26 +0900 | Yuya Nishihara | ui: provide official way to reset internal state per command |
Sat, 12 Mar 2016 22:03:30 +0900 | Yuya Nishihara | cmdserver: write early exception to 'e' channel in 'unix' mode |
Mon, 15 Feb 2016 14:20:41 +0000 | Jun Wu | commandserver: use _readlist |