Mercurial > public > mercurial-scm > hg-stable
log mercurial/chgserver.py @ 37227:e70a90a72b80
age | author | description |
---|---|---|
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 |
Sat, 10 Mar 2018 15:57:16 +0900 | Yuya Nishihara | py3: use r'' instead of sysstr('') to get around code transformer |
Mon, 05 Mar 2018 12:30:20 -0500 | Augie Fackler | cleanup: use stat_result[stat.ST_MTIME] instead of stat_result.st_mtime |
Fri, 29 Dec 2017 05:25:27 +0530 | Pulkit Goyal | py3: use node.hex(h.digest()) instead of h.hexdigest() |
Thu, 23 Nov 2017 22:23:59 +0900 | Yuya Nishihara | dispatch: replace _earlyreq*() with new fancyopts-based parser |
Thu, 23 Nov 2017 22:17:03 +0900 | Yuya Nishihara | dispatch: add HGPLAIN=+strictflags to restrict early parsing of global options stable |