Mercurial > public > mercurial-scm > hg
log mercurial/server.py @ 45625:c11099cc1de4
age | author | description |
---|---|---|
Sun, 06 Oct 2019 13:28:56 -0400 | Gregory Szorc | py3: manually import pycompat.open into files that need it |
Sun, 06 Oct 2019 09:48:39 -0400 | Augie Fackler | formatting: byteify all mercurial/ and hgext/ string literals |
Sun, 06 Oct 2019 09:45:02 -0400 | Augie Fackler | formatting: blacken the codebase |
Sat, 10 Nov 2018 19:00:17 +0900 | Yuya Nishihara | commandserver: install logger to record server events through canonical API |
Sat, 10 Nov 2018 18:19:34 +0900 | Yuya Nishihara | commandserver: enable logging when server process started |
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 |