log tests/test-dispatch.t @ 40205:89ba51c3e4f1

age author description
Sun, 30 Sep 2018 15:53:36 +0900 Yuya Nishihara formatter: remove experimental marker from -T option
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches
Sat, 02 Dec 2017 19:33:34 -0500 Matt Harbison tests: add a substitution for ENOENT/ERROR_FILE_NOT_FOUND messages
Sat, 25 Nov 2017 17:30:50 +0900 Yuya Nishihara fancyopts: fix handling of "--" value in earlygetopt()
Fri, 24 Nov 2017 01:09:00 +0900 Yuya Nishihara fancyopts: use getopt.gnu_getopt()
Sat, 25 Nov 2017 17:03:52 +0900 Yuya Nishihara dispatch: alias --repo to --repository while parsing early options
Sat, 02 Dec 2017 17:52:53 -0500 Matt Harbison tests: trivial fixes for Windows
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 12:40:13 +0900 Yuya Nishihara dispatch: verify result of early command parsing stable
Sat, 11 Nov 2017 14:02:41 +0900 Yuya Nishihara dispatch: abort if early boolean options can't be parsed stable
Fri, 10 Nov 2017 22:27:26 +0900 Yuya Nishihara dispatch: stop parsing of early boolean option at "--" stable
Sat, 11 Nov 2017 12:09:19 +0900 Yuya Nishihara dispatch: do not drop unpaired argument at _earlygetopt() stable
Wed, 01 Nov 2017 14:22:26 -0700 Jun Wu test-dispatch: stabilize the test stable 4.4
Mon, 16 Oct 2017 17:14:21 -0700 Saurabh Singh test-dispatch: make the test compatible with chg
Wed, 11 Oct 2017 21:24:32 -0700 Jun Wu hgweb: do not import uuid immediately to avoid its side effect