tests/test-revset.t
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
Sun, 14 Feb 2016 19:48:33 +0900 Yuya Nishihara revset: move tagging of alias arguments from tokenization to parsing phase
Sun, 14 Feb 2016 21:46:50 +0900 Yuya Nishihara revset: add test that should fail if '_aliasarg' tag is removed
Sat, 26 Mar 2016 19:01:12 +0900 Yuya Nishihara debugrevspec: show expanded/concatenated states before printing trees
Tue, 16 Feb 2016 21:44:13 +0900 Yuya Nishihara revset: add inspection data to max() and min() functions
Tue, 16 Feb 2016 21:43:51 +0900 Yuya Nishihara revset: add inspection data to limit() and last() functions
Sat, 13 Feb 2016 20:05:57 +0900 Yuya Nishihara revset: add inspection data to all filter() calls
Sat, 13 Feb 2016 19:25:11 +0900 Yuya Nishihara revset: add extra data to filteredset for better inspection
Tue, 08 Mar 2016 23:04:53 +0900 FUJIWARA Katsunori revset: replace extpredicate by revsetpredicate of registrar
Wed, 24 Feb 2016 10:41:15 -0800 Durham Goode revset: use smartset minus operator
Sun, 07 Feb 2016 00:49:31 -0600 Matt Mackall merge with stable
Tue, 02 Feb 2016 23:49:49 +0900 Yuya Nishihara revset: flatten chained 'list' operations (aka function args) (issue5072) stable
Fri, 05 Feb 2016 22:32:05 +0900 FUJIWARA Katsunori tests: avoid nested quoting on command line for portability
Mon, 04 Jan 2016 21:52:44 -0800 Bryan O'Sullivan dispatch: report similar names consistently
Tue, 29 Dec 2015 23:58:30 +0900 FUJIWARA Katsunori revset: use delayregistrar to register predicate in extension easily
Wed, 23 Dec 2015 17:54:03 +0000 timeless revset: add hint for list error to use or
Tue, 24 Mar 2015 00:28:28 +0900 Yuya Nishihara revset: add optional offset argument to limit() predicate
Wed, 07 Oct 2015 23:00:29 +0900 Yuya Nishihara revset: do not fall through to revspec for literal: branch (issue4838)
Thu, 10 Sep 2015 23:29:55 +0900 Yuya Nishihara revset: handle error of string unescaping
Thu, 20 Aug 2015 17:23:21 -0700 Pierre-Yves David reachableroots: use baseset lazy sorting
Thu, 13 Aug 2015 16:15:43 +0900 Yuya Nishihara revpair: restrict odd-range handling to top-level x:y expression (issue4774)
Mon, 10 Aug 2015 15:30:28 -0500 Matt Mackall merge with stable
Sun, 09 Aug 2015 16:09:41 +0900 Yuya Nishihara revset: prevent crash caused by empty group expression while optimizing "or" stable
Sun, 09 Aug 2015 16:06:36 +0900 Yuya Nishihara revset: prevent crash caused by empty group expression while optimizing "and" stable
Sat, 18 Jul 2015 23:30:17 +0900 Yuya Nishihara revset: port parsing rule of old-style ranges from scmutil.revrange()
Sat, 18 Jul 2015 23:02:18 +0900 Yuya Nishihara debugrevspec: pass lookup function to visualize fallback mechanism
Sun, 05 Jul 2015 12:15:54 +0900 Yuya Nishihara revset: parse nullary ":" operator as "0:tip"
Sun, 28 Jun 2015 16:08:07 +0900 Yuya Nishihara revset: work around x:y range where x or y is wdir()
Mon, 16 Mar 2015 16:17:06 +0900 Yuya Nishihara revset: use integer representation of wdir() in revset
Sun, 28 Jun 2015 22:57:33 +0900 Yuya Nishihara revset: port extra() to support keyword arguments
Sat, 27 Jun 2015 17:05:28 +0900 Yuya Nishihara revset: add parsing rule for key=value pair
Sat, 20 Jun 2015 10:59:56 -0400 Matt Harbison revset: don't suggest private or undocumented queries
Sun, 24 May 2015 18:11:33 +0900 Yuya Nishihara revrange: build balanced tree of addsets from revisions (issue4565)
Sun, 24 May 2015 17:53:22 +0900 Yuya Nishihara revrange: drop unnecessary deduplication of revisions
Sun, 17 May 2015 15:16:13 +0900 Yuya Nishihara revset: add fast path for _list() of integer revisions
Sun, 17 May 2015 15:11:38 +0900 Yuya Nishihara revset: optimize 'or' operation of trivial revisions to a list
Sun, 26 Apr 2015 18:13:48 +0900 Yuya Nishihara revset: reduce nesting of chained 'or' operations (issue4624)
Fri, 22 May 2015 17:08:59 -0500 Matt Mackall branch: don't warn about branches if repository has multiple branches already
Tue, 26 May 2015 23:14:50 +0900 Yuya Nishihara test-revset: update test that isn't broken on default branch
Tue, 26 May 2015 07:44:37 -0500 Matt Mackall merge with stable
Sat, 23 May 2015 11:14:00 +0900 Yuya Nishihara revbranchcache: return uncached branchinfo for nullrev (issue4683) stable
Sun, 24 May 2015 10:29:33 +0900 Yuya Nishihara revset: drop magic of fullreposet membership test (issue4682) stable
Mon, 30 Mar 2015 20:56:37 +0900 Yuya Nishihara revset: drop redundant filteredset from right-hand side set of "or" operation
Fri, 15 May 2015 22:38:24 +0900 Yuya Nishihara revset: remove unused 'only' from methods table
Fri, 15 May 2015 11:52:09 -0500 Matt Mackall merge with stable
Fri, 15 May 2015 22:32:31 +0900 Yuya Nishihara revset: map postfix '%' to only() to optimize operand recursively (issue4670) stable
Mon, 30 Mar 2015 19:51:40 +0900 Yuya Nishihara revset: test current behavior of addset class
Wed, 26 Mar 2014 15:55:50 -0700 Pierre-Yves David revset: avoid returning duplicates when returning ancestors
Sun, 03 May 2015 12:28:15 -0400 Jordi GutiƩrrez Hermoso revset: don't error out if tokens parse as existing symbols
Mon, 20 Apr 2015 10:52:20 +0300 Alexander Drozdov revset: id() called with 40-byte strings should give the same results as for short strings stable
Sat, 02 May 2015 00:15:03 +0900 FUJIWARA Katsunori tests: make tests with temporary environment setting portable stable 3.4
Thu, 30 Apr 2015 07:46:54 -0700 Siddharth Agarwal ui: disable revsetaliases in plain mode (BC) stable
Mon, 13 Apr 2015 20:53:05 -0700 Ryan McElroy revsets: more informative syntax error message
Mon, 13 Apr 2015 21:06:21 -0700 Ryan McElroy revsets: show current revset abort behavior
Mon, 16 Mar 2015 17:11:25 +0900 Yuya Nishihara revset: optimize "x & fullreposet" case
Mon, 16 Mar 2015 18:36:53 +0900 Yuya Nishihara debugrevspec: show nesting structure of smartsets if verbose
Sat, 16 Aug 2014 13:44:16 +0900 Yuya Nishihara revset: add wdir() function to specify workingctx revision by command
Tue, 10 Feb 2015 15:59:12 -0500 Augie Fackler dispatch: offer suggestions of similar-named commands
less more (0) -100 -60 tip