Thu, 13 Feb 2020 10:12:12 -0800 |
Martin von Zweigbergk |
merge with stable
|
Tue, 11 Feb 2020 19:53:56 +0900 |
Yuya Nishihara |
chgserver: spawn new process if schemes change
stable
|
Wed, 29 Jan 2020 13:39:50 -0800 |
Kyle Lippincott |
chg: force-set LC_CTYPE on server start to actual value from the environment
|
Thu, 05 Dec 2019 14:28:21 -0800 |
Kyle Lippincott |
chg: fix chg to work with py3.7+ "coercing" the locale
|
Thu, 05 Dec 2019 13:48:36 -0800 |
Kyle Lippincott |
tests: fix test-chg.t to work with py3 (no setprocname)
|
Wed, 28 Aug 2019 17:45:18 -0700 |
Martin von Zweigbergk |
py3: add a missing b'' prefix in test extension for chg
|
Wed, 31 Oct 2018 22:43:08 +0900 |
Yuya Nishihara |
commandserver: preload repository in master server and reuse its file cache
|
Wed, 31 Oct 2018 22:19:03 +0900 |
Yuya Nishihara |
commandserver: add IPC channel to teach repository path on command finished
|
Sun, 18 Nov 2018 19:55:53 +0900 |
Yuya Nishihara |
commandserver: turn server debug messages into logs
|
Sun, 18 Nov 2018 19:47:04 +0900 |
Yuya Nishihara |
commandserver: add config knob for various logging options
|
Sat, 10 Nov 2018 19:27:47 +0900 |
Yuya Nishihara |
commandserver: expand log path for convenience
|
Sat, 10 Nov 2018 19:09:37 +0900 |
Yuya Nishihara |
commandserver: switch logging facility to ui.log() interface
|
Tue, 18 Sep 2018 23:47:21 -0400 |
Matt Harbison |
tests: quote PYTHON usage
|
Sat, 23 Sep 2017 14:58:40 -0700 |
Jun Wu |
chg: show timestamp with debug messages
|
Tue, 22 Aug 2017 15:49:20 -0400 |
Augie Fackler |
tests: update test-chg to pass our import checker
|
Sun, 25 Jun 2017 08:20:05 +0530 |
Pulkit Goyal |
py3: make sure commands name are bytes in tests
|
Tue, 20 Jun 2017 09:45:02 -0400 |
Augie Fackler |
cleanup: use $PYTHON to run python in many more tests
|
Sat, 09 Jan 2016 23:07:20 +0900 |
Yuya Nishihara |
registrar: move cmdutil.command to registrar module (API)
|
Tue, 11 Apr 2017 18:31:40 -0700 |
Jun Wu |
chg: always wait for pager
|
Sun, 19 Feb 2017 01:00:10 +0900 |
Yuya Nishihara |
chg: refactor ui.system() to be partly overridden
|
Thu, 19 Jan 2017 23:01:32 +0900 |
Yuya Nishihara |
pager: wrap _runcommand() no matter if stdout is redirected
stable
|
Fri, 23 Dec 2016 16:26:40 +0000 |
Jun Wu |
chg: support long socket path
|
Mon, 19 Dec 2016 22:09:49 +0000 |
Jun Wu |
chg: start server at a unique address
|
Mon, 13 Jun 2016 13:16:17 +0100 |
Jun Wu |
tests: move chg pager test to test-pager.t
|
Sat, 21 May 2016 21:43:29 +0900 |
Yuya Nishihara |
test-chg: add basic tests for server lifecycle
|
Sun, 20 Mar 2016 14:59:03 -0700 |
Yuya Nishihara |
test-chg: run only with chg
|
Fri, 06 May 2016 23:57:56 +0100 |
Jun Wu |
chgserver: remove _clearenvaliases
|
Mon, 14 Mar 2016 12:52:35 +0000 |
Jun Wu |
chgserver: handle ParseError during validate
|