mercurial/chgserver.py
Sat, 02 Mar 2019 05:12:45 +0530 Pulkit Goyal py3: port things from chgserver.py
Thu, 28 Feb 2019 04:08:47 +0530 Pulkit Goyal py3: convert return values of inspect.getabsfile() to bytes
Wed, 26 Sep 2018 21:41:52 +0900 Yuya Nishihara ui: proxy protect/restorestdio() calls to update internal flag
Wed, 31 Oct 2018 21:57:11 +0900 Yuya Nishihara commandserver: pass around option to hook repo instance creation
Sun, 18 Nov 2018 19:55:53 +0900 Yuya Nishihara commandserver: turn server debug messages into logs
Sat, 10 Nov 2018 19:09:37 +0900 Yuya Nishihara commandserver: switch logging facility to ui.log() interface
Sat, 10 Nov 2018 19:00:17 +0900 Yuya Nishihara commandserver: install logger to record server events through canonical API
Mon, 12 Nov 2018 21:10:51 +0900 Yuya Nishihara extensions: add "uipopulate" hook, called per instance, not per process
Sun, 07 Oct 2018 17:35:25 +0900 Yuya Nishihara chgserver: catch Abort while parsing early args to shut down cleanly
Thu, 04 Oct 2018 23:25:55 +0900 Yuya Nishihara chgserver: add "setumask2" command which uses correct message frame
Wed, 26 Sep 2018 08:46:56 -0700 Gregory Szorc merge with stable
Wed, 26 Sep 2018 21:24:14 +0900 Yuya Nishihara chgserver: do not send system() back to client if stdio redirected (issue5992) stable
Wed, 26 Sep 2018 21:21:05 +0900 Yuya Nishihara chgserver: update comment describing when to fall back to core _runsystem() stable
Wed, 19 Sep 2018 23:11:07 +0900 Yuya Nishihara chgserver: restore pager fds attached within runcommand session
Wed, 19 Sep 2018 22:57:47 +0900 Yuya Nishihara chgserver: add separate flag to remember if stdio fds are replaced
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
Sat, 11 Nov 2017 17:55:15 +0900 Yuya Nishihara dispatch: convert non-list option parsed by _earlygetopt() to string stable
Wed, 18 Oct 2017 14:55:39 -0700 Jun Wu chgserver: do not treat HG as sensitive environ when CHGHG is set
Tue, 17 Oct 2017 10:41:56 -0700 Jun Wu test-show: make it compatible with chg
Mon, 02 Oct 2017 19:25:11 -0700 Jun Wu eol: make [eol] config section sensitive for chg confighash
Wed, 16 Aug 2017 10:44:06 -0700 Jun Wu demandimport: disable if chg is being used
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Wed, 10 May 2017 11:55:22 -0700 Jun Wu chgserver: more explicit about sensitive environ variables
Sun, 30 Apr 2017 11:21:05 -0700 Jun Wu commandserver: move printbanner logic to bindsocket
less more (0) -50 -30 tip