log tests/test-revset.t @ 29768:8e4841944e68

age author description
Sat, 06 Aug 2016 19:59:28 +0900 Yuya Nishihara revset: add test for resolution of infix/suffix ambiguity of x^:y
Sun, 07 Aug 2016 14:58:49 +0900 Yuya Nishihara revset: fix keyword arguments to go through optimization process stable
Mon, 27 Jun 2016 20:44:14 +0900 Yuya Nishihara revset: check invalid function syntax "func-name"() explicitly
Thu, 23 Jun 2016 12:37:09 -0700 Martin von Zweigbergk revset: make head() honor order of subset
Wed, 22 Jun 2016 22:02:25 +0900 Yuya Nishihara test-revset: show how inconsistent the ordering of compound expressions is
Wed, 15 Jun 2016 20:37:24 +0900 Yuya Nishihara revset: fix crash on empty sort key
Mon, 13 Jun 2016 18:20:00 +0100 Martijn Pieters revset: add new topographical sort
Fri, 03 Jun 2016 21:49:26 +0900 Yuya Nishihara test-revset: fix test vector for ordering issue of matching()
Sat, 14 May 2016 19:46:18 +0900 Yuya Nishihara revset: factor out reverse flag of sort() key
Tue, 03 May 2016 12:36:44 +0900 Yuya Nishihara revset: make dagrange preserve order of input set
Sun, 17 Apr 2016 12:31:06 +0900 Yuya Nishihara parser: shorten prefix of alias parsing errors
Sun, 17 Apr 2016 12:20:57 +0900 Yuya Nishihara parser: rephrase "'$' not for alias arguments" message
Sat, 23 Apr 2016 16:09:30 +0900 Yuya Nishihara revset: make sort() do dumb multi-pass sorting for multiple keys (issue5218) stable
Mon, 04 Apr 2016 17:45:15 -0700 Pierre-Yves David revset: stabilize repr of baseset initialized with a set
Sun, 14 Feb 2016 20:27:08 +0900 Yuya Nishihara revset: drop redundant check for unknown alias arguments