log tests/test-chg.t @ 46145:6383bb86b700

age author description
Fri, 18 Dec 2020 13:53:26 +0530 Pulkit Goyal chgserver: respect detailed exit code in case of ConfigError
Fri, 27 Nov 2020 21:32:42 +0530 Pulkit Goyal tests: update test-chg.t with output change
Fri, 18 Sep 2020 16:26:37 -0700 Jun Wu chg: fallback to original hg if stdio fds are missing
Wed, 22 Jul 2020 14:58:49 +0530 Pulkit Goyal tests: make one of 'worker process exited' line option in test-chg.t stable
Mon, 20 Jul 2020 20:31:24 +0900 Yuya Nishihara chgserver: discard buffered output before restoring fds (issue6207) stable
Wed, 17 Jun 2020 17:46:30 +0530 Pulkit Goyal tests: add hghave rule 'setprocname' to check if osutil.setprocname and use it
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