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
|
Sun, 30 Apr 2017 11:08:27 -0700 |
Jun Wu |
commandserver: move "listen" responsibility from service to handler
|
Wed, 26 Apr 2017 22:26:28 +0900 |
Yuya Nishihara |
osutil: proxy through util (and platform) modules (API)
|
Thu, 13 Apr 2017 08:27:19 -0700 |
Jun Wu |
pager: set some environment variables if they're not set
|
Tue, 28 Mar 2017 08:40:12 -0700 |
Jun Wu |
chgserver: do not copy configs set by environment variables
|
Sat, 25 Mar 2017 21:12:00 -0400 |
Matt Harbison |
ui: defer setting pager related properties until the pager has spawned
|
Tue, 21 Mar 2017 06:50:28 -0700 |
Ryan McElroy |
chgserver: use tryunlink
|
Sun, 19 Feb 2017 01:16:45 +0900 |
Yuya Nishihara |
chg: deduplicate error handling of ui.system()
|
Sun, 19 Feb 2017 01:00:10 +0900 |
Yuya Nishihara |
chg: refactor ui.system() to be partly overridden
|
Thu, 16 Feb 2017 23:10:47 -0800 |
Jun Wu |
chgserver: move comments in config example
|
Mon, 13 Feb 2017 20:06:38 +0530 |
Pulkit Goyal |
py3: convert the mode argument of os.fdopen to unicodes (1 of 2)
|
Wed, 11 Jan 2017 07:36:48 +0800 |
Jun Wu |
chgserver: add the setprocname interface
|
Tue, 10 Jan 2017 06:59:39 +0800 |
Jun Wu |
chg: remove getpager support
|
Tue, 10 Jan 2017 06:59:31 +0800 |
Jun Wu |
chgserver: implement chgui._runpager
|
Tue, 10 Jan 2017 06:59:21 +0800 |
Jun Wu |
chgserver: make S channel support pager request
|
Tue, 10 Jan 2017 06:58:51 +0800 |
Jun Wu |
chgserver: use util.shellenviron
|
Fri, 06 Jan 2017 16:12:25 +0000 |
Jun Wu |
chgserver: check type passed to S channel
|
Fri, 06 Jan 2017 16:11:03 +0000 |
Jun Wu |
chg: send type information via S channel (BC)
|
Tue, 20 Dec 2016 00:20:07 +0530 |
Pulkit Goyal |
py3: replace sys.executable with pycompat.sysexecutable
|
Thu, 22 Dec 2016 01:09:45 +0900 |
Yuya Nishihara |
chgserver: backout changeset dfb19aed409e (per discussion)
|
Fri, 16 Dec 2016 14:48:37 +0000 |
Jun Wu |
chgserver: override runcommand
|
Fri, 16 Dec 2016 14:46:34 +0000 |
Jun Wu |
chgserver: store csystem separately
|
Sun, 18 Dec 2016 01:46:39 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 2 of 5)
|
Mon, 19 Dec 2016 22:07:41 +0000 |
Jun Wu |
chgserver: truncate base address at "." for hash address
|
Sun, 23 Oct 2016 17:47:00 +0900 |
Yuya Nishihara |
ui: do not translate empty configsource() to 'none' (API)
|
Wed, 14 Dec 2016 02:17:59 +0000 |
Jun Wu |
chg: ignore HG_* in confighash
|
Mon, 05 Dec 2016 21:36:35 +0000 |
Jun Wu |
chgserver: call "load" for new ui objects
|
Sat, 15 Oct 2016 14:30:16 +0900 |
Yuya Nishihara |
chgserver: make it a core module and drop extension flags
base
hgext/chgserver.py@67dff4c8370c
|