log tests/test-commandserver.t @ 35223:4edd2202f7d7

age author description
Thu, 23 Nov 2017 22:17:03 +0900 Yuya Nishihara dispatch: add HGPLAIN=+strictflags to restrict early parsing of global options stable
Tue, 24 Oct 2017 11:15:30 -0700 Siddharth Agarwal merge: disable path conflict checking by default (issue5716) stable
Thu, 19 Oct 2017 12:32:42 +0200 Boris Feld obsfate: rename obsfate into obsolete in changeset_printer
Thu, 28 Sep 2017 18:19:06 +0100 Boris Feld config: use 'experimental.evolution.create-markers'
Thu, 05 Oct 2017 15:25:18 +0200 Boris Feld log: add obsfate by default in changeset printer
Fri, 13 Oct 2017 23:53:06 +0200 Boris Feld configitems: register the test 'failafterfinalize.fail' config
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas merge: check for path conflicts when merging (issue5628)
Tue, 22 Aug 2017 14:26:25 -0400 Augie Fackler tests: update test-commandserver to pass our import checker
Tue, 22 Aug 2017 16:37:56 -0400 Augie Fackler tests: add blank output lines to test-commandserver
Fri, 04 Aug 2017 18:41:16 +0200 Boris Feld test: update evolution config
Wed, 26 Jul 2017 22:10:15 +0900 Yuya Nishihara pathauditor: disable cache of audited paths by default (issue5628) stable
Tue, 01 Aug 2017 21:03:25 +0900 Yuya Nishihara tests: show cache of audited paths is never invalidated stable
Wed, 26 Jul 2017 22:10:15 +0900 Yuya Nishihara pathauditor: disable cache of audited paths by default (issue5628) stable
Tue, 01 Aug 2017 21:03:25 +0900 Yuya Nishihara tests: show cache of audited paths is never invalidated stable
Mon, 31 Jul 2017 17:43:45 +0200 Boris Feld pypy: fix failing test files with Pypy5.6.0 stable
Sun, 16 Jul 2017 02:33:14 +0200 Boris Feld debugobsolete: also report the number of obsoleted changesets
Thu, 13 Jul 2017 03:17:58 +0900 FUJIWARA Katsunori tests: add extra output for fsmonitor at showconfig
Sun, 25 Jun 2017 08:20:05 +0530 Pulkit Goyal py3: make sure commands name are bytes in tests
Mon, 22 May 2017 19:29:21 +0200 Boris Feld test: remove aliases forcing date, use default-date
Mon, 22 May 2017 16:59:57 +0200 Pierre-Yves David devel: activate default-date in tests
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Thu, 16 Feb 2017 08:43:59 -0800 Jun Wu runtests: always set web.ipv6
Thu, 16 Feb 2017 00:13:29 -0800 Jun Wu runtests: set web.address to localhost
Wed, 15 Feb 2017 16:43:27 -0800 Jun Wu runtests: set web.ipv6 if we use IPv6
Sat, 14 Jan 2017 20:31:35 +0900 Yuya Nishihara ui: check EOF of getpass() response read from command-server channel
Thu, 20 Oct 2016 22:39:59 +0900 Yuya Nishihara hook: do not redirect stdout/err/in to ui while running in-process hooks (BC)
Mon, 17 Oct 2016 23:16:55 +0200 Mads Kiilerich spelling: fixes of non-dictionary words
Fri, 18 Mar 2016 17:15:06 -0700 Yuya Nishihara histedit: use ui.fin to read commands from stdin
Tue, 20 Sep 2016 23:47:46 +0000 timeless help: use single quotes in use warning
Sun, 03 Jul 2016 22:28:24 +0530 Pulkit Goyal py3: make files use absolute_import and print_function