Mercurial > public > mercurial-scm > hg-stable
log mercurial/server.py @ 40450:41f0529b5112 stable
age | author | description |
---|---|---|
Wed, 01 Aug 2018 13:00:45 -0700 | Gregory Szorc | global: use pycompat.xrange() |
Sat, 26 May 2018 12:14:04 +0900 | Yuya Nishihara | py3: wrap tempfile.mkstemp() to use bytes path |
Fri, 30 Mar 2018 23:32:06 -0400 | Matt Harbison | server: minor code cleanup |
Fri, 30 Mar 2018 23:21:46 -0400 | Matt Harbison | server: refactor 'daemon_postexec' instructions into a dictionary |
Wed, 28 Mar 2018 00:11:09 -0400 | Matt Harbison | server: add an error feedback mechanism for when the daemon fails to launch |
Sat, 24 Mar 2018 15:10:51 +0900 | Yuya Nishihara | procutil: bulk-replace function calls to point to new module |
Sat, 24 Mar 2018 15:09:33 +0900 | Yuya Nishihara | procutil: bulk-replace util.std* to point to new module |