tests/test-revset.t
Sat, 31 Jan 2015 01:00:50 +0900 FUJIWARA Katsunori revset: raise RepoLookupError to make present() predicate continue the query stable
Sun, 25 Jan 2015 20:20:27 +0900 Yuya Nishihara revset: fix ancestors(null) to include null revision (issue4512) stable
Sat, 10 Jan 2015 12:56:38 +0900 Yuya Nishihara revset: allow rev(-1) to indicate null revision (BC) stable
Sat, 10 Jan 2015 23:18:11 +0900 FUJIWARA Katsunori revset: parse alias declaration strictly by _parsealiasdecl
Sat, 10 Jan 2015 23:18:11 +0900 FUJIWARA Katsunori revset: store full detail into revsetalias.error for error source distinction
Wed, 14 Jan 2015 12:50:46 -0800 Matt Mackall merge with stable
Sat, 10 Jan 2015 21:31:59 +0900 Yuya Nishihara revset: fix spanset.isascending() to honor sort() or reverse() request stable
Thu, 06 Nov 2014 14:55:18 -0800 Sean Farley revset: use '%' as an operator for 'only'
Tue, 06 Jan 2015 23:46:18 +0900 FUJIWARA Katsunori revset: introduce new operator "##" to concatenate strings/symbols at runtime
Mon, 05 Jan 2015 11:02:04 +0900 FUJIWARA Katsunori revset: delay showing parse error for the revset alias until it is referred
Sun, 19 Oct 2014 16:48:33 +0900 Yuya Nishihara revset: have rev() drop out-of-range or filtered rev explicitly (issue4396) stable
Thu, 09 Oct 2014 04:24:51 -0700 Pierre-Yves David revset: restore order of `or` operation as in Mercurial 2.9
Wed, 17 Sep 2014 04:55:55 -0700 Pierre-Yves David revert: bring back usage of `subset & ps` in `parents`
Fri, 12 Sep 2014 15:00:51 -0700 Durham Goode revset: make parents() O(number of parents)
Fri, 18 Jul 2014 19:46:56 -0400 Matt Harbison revset: avoid a ValueError when 'only()' is given an empty set
Sat, 12 Jul 2014 00:31:36 -0700 Siddharth Agarwal revset: replace _missingancestors optimization with only revset
Mon, 14 Jul 2014 17:55:31 -0500 Matt Mackall revset: maintain ordering when subtracting from a baseset (issue4289)
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich spelling: fixes from spell checker
Tue, 25 Mar 2014 14:10:01 -0700 Durham Goode revset: improve _descendants performance
Fri, 28 Mar 2014 17:00:13 -0700 Pierre-Yves David revset: raise ValueError when calling min or max on empty smartset
Thu, 20 Mar 2014 18:44:25 -0700 Pierre-Yves David revpair: smartset compatibility
Thu, 20 Mar 2014 09:55:44 -0700 Durham Goode scmutil: fix revrange when multiple revs are specified
Tue, 18 Mar 2014 17:56:27 -0500 Matt Mackall revrange: pass repo to revset parser
Tue, 11 Mar 2014 17:25:53 -0700 Lucas Moscovicz revset: extend sorting tests
Thu, 13 Mar 2014 17:20:03 -0700 Lucas Moscovicz tests: added tests to test sort revset
Sat, 16 Nov 2013 08:57:08 -0800 Durham Goode revset: add 'only' revset
Thu, 13 Feb 2014 14:04:47 -0800 Siddharth Agarwal revset: optimize missing ancestor expressions
Fri, 07 Feb 2014 15:01:33 -0800 Lucas Moscovicz revset: fixed bug where revset returning order was being changed
Fri, 17 Jan 2014 23:55:03 +0900 FUJIWARA Katsunori revset: use "canonpath()" for "filelog()" pattern without explicit kind
Fri, 17 Jan 2014 23:42:12 +0900 FUJIWARA Katsunori revset: make default kind of pattern for "contains()" rooted at cwd
Tue, 06 Aug 2013 00:52:06 +0400 Alexander Plavin revset: fix wrong keyword() behaviour for strings with spaces stable
Wed, 10 Apr 2013 13:12:24 +0200 Mads Kiilerich commit: allow closing "non-head" changesets
Mon, 18 Mar 2013 16:04:10 -0500 Kevin Bullock revset: don't abort when regex to tag() matches nothing (issue3850)
Mon, 28 Jan 2013 12:19:21 -0800 Paul Cavallaro revset: change ancestor to accept 0 or more arguments (issue3750)
Wed, 23 Jan 2013 22:52:55 +0900 FUJIWARA Katsunori revset: evaluate sub expressions correctly (issue3775) stable
Tue, 23 Oct 2012 17:06:31 +0900 FUJIWARA Katsunori test: add test for the issue introduced by e410be860393 (issue3669) stable
Mon, 13 Aug 2012 21:50:45 +0200 Ivan Andrus revsets: add branchpoint() function
Wed, 04 Jul 2012 09:38:07 -0700 Bryan O'Sullivan revset: ensure we are reversing a list (issue3530)
Sun, 03 Jun 2012 09:06:15 +0200 Adrian Buehlmann test-revset: enable for Windows
Wed, 30 May 2012 23:14:04 +0100 Simon King revset: add pattern matching to 'extra' revset expression
Wed, 30 May 2012 23:13:58 +0100 Simon King revset: add pattern matching to the 'user' revset expression
Wed, 30 May 2012 23:13:33 +0100 Simon King revset: add pattern matching to 'branch' revset expression
Wed, 30 May 2012 23:13:33 +0100 Simon King revset: add pattern matching to 'tag' revset expression
Tue, 22 May 2012 14:37:20 -0500 Matt Mackall merge with stable
Sat, 19 May 2012 17:19:55 +0200 Patrick Mezard revset: fix infinite alias expansion detection stable
Sat, 19 May 2012 17:18:29 +0200 Patrick Mezard revset: explicitely tag alias arguments for expansion stable
Sat, 12 May 2012 10:20:57 +0200 Henrik Stuart revset: add function for matching extra data (issue2767)
Wed, 09 May 2012 18:45:14 +0200 Patrick Mezard revset: make matching() preserve input revision order stable
Thu, 26 Apr 2012 14:24:46 +0200 Patrick Mezard revset: fix adds/modifies/removes and patterns (issue3403) stable
Sun, 15 Apr 2012 00:27:31 +0200 Angel Ezquerra tests: add tests for matching keyword
Thu, 12 Apr 2012 20:52:39 -0500 Matt Mackall merge with stable
Wed, 11 Apr 2012 11:32:00 +0200 Patrick Mezard graphlog: correctly handle calls in subdirectories
Sun, 08 Apr 2012 11:11:30 +0200 Patrick Mezard revset: do not ignore input revisions in roots() stable
Fri, 24 Feb 2012 11:02:21 +0100 Patrick Mezard debugrevspec: pretty print output
Thu, 09 Feb 2012 21:03:07 +0100 Patrick Mezard revset: fix alias substitution recursion (issue3240)
Fri, 27 Jan 2012 22:29:58 +0900 FUJIWARA Katsunori revset: add tests for 'remote()' predicate stable
Sun, 25 Dec 2011 20:35:16 +0900 FUJIWARA Katsunori i18n: use "encoding.lower()" to normalize specified string for revset
Thu, 08 Dec 2011 16:01:44 -0600 Matt Mackall merge with stable
Thu, 08 Dec 2011 14:32:44 -0600 Matt Mackall branch: warn on branching stable
Mon, 21 Nov 2011 01:49:20 +0100 Mads Kiilerich tests: introduce 'hghave msys' to skip tests that would fail because of msys
less more (0) -60 tip