log tests/test-annotate.t @ 36760:7bf80d9d9543

age author description
Tue, 06 Mar 2018 14:32:14 -0800 Gregory Szorc merge with stable
Sun, 04 Mar 2018 14:53:57 -0500 Yuya Nishihara test-annotate: set stdin and stdout to binary to get CR unmodified stable
Sun, 04 Mar 2018 13:19:05 -0500 Yuya Nishihara test-annotate: rewrite sed with some python stable
Sun, 04 Mar 2018 10:42:51 -0500 Augie Fackler merge with stable
Sat, 03 Mar 2018 15:31:37 -0800 Ryan McElroy revsetlang: add a hint for more useful parse errors
Wed, 21 Feb 2018 21:14:05 +0900 Yuya Nishihara annotate: do not poorly split lines at CR (issue5798) stable
Sat, 02 Dec 2017 19:33:34 -0500 Matt Harbison tests: add a substitution for ENOENT/ERROR_FILE_NOT_FOUND messages
Thu, 05 Oct 2017 15:12:11 -0400 Augie Fackler test-annotate: fix up expected output for pure
Mon, 02 Oct 2017 18:18:57 +0100 Siddharth Agarwal annotate: mark lines affected by skip-annotate with *
Tue, 22 Aug 2017 14:58:10 -0400 Augie Fackler tests: update test-annotate to pass our module import checker
Sat, 08 Jul 2017 13:07:59 +0900 Yuya Nishihara revset: add experimental relation and subscript operators
Sat, 08 Jul 2017 18:38:44 -0400 Matt Harbison test-annotate: conditionalize output instead of tests
Wed, 05 Jul 2017 13:54:53 +0200 Denis Laxalde followlines: join merge parents line ranges in blockdescendants() (issue5595)
Sat, 10 Jun 2017 10:46:06 -0400 Augie Fackler tests: handle variation between pure and normal output in annotate --skip
Sat, 03 Jun 2017 00:25:24 +0900 Yuya Nishihara annotate: restructure formatter output to be nested list (BC)