log mercurial/chgserver.py @ 45885:600aec73f309

age author description
Fri, 20 Nov 2020 09:17:38 -0800 Martin von Zweigbergk errors: format "abort: " text in a new Abort.format() method
Fri, 20 Nov 2020 08:51:45 -0800 Martin von Zweigbergk errors: make formatparse() an instance method on ParseError
Mon, 16 Nov 2020 16:00:13 -0800 Martin von Zweigbergk dispatch: move some helper functions down into scmutil
Tue, 17 Nov 2020 19:29:08 +0900 Yuya Nishihara chgserver: backport py3 buffered I/O workarounds from procutil
Thu, 08 Oct 2020 13:37:31 -0700 Martin von Zweigbergk errors: name arguments to Abort constructor
Mon, 20 Jul 2020 20:31:24 +0900 Yuya Nishihara chgserver: discard buffered output before restoring fds (issue6207) stable
Fri, 03 Jul 2020 13:45:59 +0530 Pulkit Goyal chg: suppress OSError in _restoreio() and add some logging (issue6330)