tests/test-revset.t
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
Mon, 26 Jan 2015 15:43:13 -0500 Augie Fackler dispatch: offer near-edit-distance suggestions for {file,rev}set functions
Mon, 26 Jan 2015 15:52:46 -0500 Augie Fackler test-revset: add tests for missing function output
Thu, 08 Jan 2015 23:05:45 +0900 Yuya Nishihara revset: extend fullreposet to make "null" revision magically appears in set
Sat, 10 Jan 2015 14:49:50 +0900 Yuya Nishihara revset: have all() filter out null revision
Wed, 25 Feb 2015 18:12:01 -0500 Jordi GutiƩrrez Hermoso revrange: don't parse revset aliases as hash prefixes (issue4553)
Mon, 02 Mar 2015 01:20:14 -0600 Matt Mackall merge with stable
Thu, 05 Feb 2015 14:45:49 +0900 FUJIWARA Katsunori revset: mask specific names for named() predicate stable
Tue, 03 Feb 2015 17:54:01 -0600 Matt Mackall merge with stable
Tue, 03 Feb 2015 21:56:29 +0900 FUJIWARA Katsunori revset: get revision number of each node from target namespaces stable
Mon, 02 Feb 2015 23:07:04 +0900 FUJIWARA Katsunori revset: replace parsing alias definition by _parsealiasdefn to parse strictly
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
Wed, 22 Jun 2011 01:55:00 +0200 Mads Kiilerich revset: fix aliases with 0 or more than 2 parameters stable
Thu, 16 Jun 2011 22:47:34 +0200 Thomas Arendsen Hein revset: add desc(string) to search in commit messages
Sun, 01 May 2011 17:35:05 +0200 Mads Kiilerich revset: avoid over-aggresive optimizations of non-filtering functions (issue2549)
less more (0) -120 tip