mercurial/revset.py
Wed, 06 May 2015 11:29:09 -0700 Martin von Zweigbergk revset: return early when revs is empty
Wed, 26 Mar 2014 16:14:30 -0700 Pierre-Yves David revset: rename 'revsnode' to 'inputrev' in ancestors
Mon, 04 May 2015 12:36:48 -0700 Pierre-Yves David revset: make generatorset.__nonzero__ lazy
Sun, 03 May 2015 12:28:15 -0400 Jordi GutiƩrrez Hermoso revset: don't error out if tokens parse as existing symbols
Sat, 11 Oct 2014 01:17:40 -0700 Pierre-Yves David revset: narrow the subset using smartset operation in roots()
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
Sun, 12 Apr 2015 19:00:31 +0900 Yuya Nishihara revset: undocument wdir() until its command outputs get stable
Tue, 14 Apr 2015 12:54:16 -0400 Gregory Szorc revset: don't import discovery at module level
Mon, 13 Apr 2015 20:53:05 -0700 Ryan McElroy revsets: more informative syntax error message
Tue, 24 Mar 2015 14:24:55 -0700 Laurent Charignon revset: add hook after tree parsing
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
Mon, 16 Mar 2015 18:15:06 +0900 Yuya Nishihara revset: add __repr__ to all smartset classes
Wed, 25 Mar 2015 14:56:54 -0400 Matt Harbison revset: add the 'subrepo' symbol
Sat, 16 Aug 2014 13:44:16 +0900 Yuya Nishihara revset: add wdir() function to specify workingctx revision by command
Tue, 10 Feb 2015 19:57:51 -0800 Durham Goode revbranchcache: store repo on the object
Tue, 17 Mar 2015 20:50:19 +0900 Yuya Nishihara revset: replace "working copy" with "working directory" in function help
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Mon, 26 Jan 2015 14:32:30 -0500 Augie Fackler revset: use UnknownIdentifier where appropriate
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 18:09:25 +0900 Yuya Nishihara revset: duplicate spanset.__contains__ to fullreposet for modification
Sat, 10 Jan 2015 14:49:50 +0900 Yuya Nishihara revset: have all() filter out null revision
Sat, 10 Jan 2015 16:41:36 +0900 Yuya Nishihara revset: drop unnecessary calls of getall() with empty argument
Mon, 02 Mar 2015 01:20:14 -0600 Matt Mackall merge with stable
Fri, 06 Feb 2015 02:52:10 +0100 Mads Kiilerich revisionbranchcache: fall back to slow path if starting readonly (issue4531) stable 3.3.1
Thu, 05 Feb 2015 14:45:49 +0900 FUJIWARA Katsunori revset: mask specific names for named() predicate stable
Thu, 08 Jan 2015 23:43:15 +0900 Yuya Nishihara revset: drop factory that promotes spanset to fullreposet
Thu, 08 Jan 2015 23:46:54 +0900 Yuya Nishihara revset: specify fullreposet without using spanset factory
Mon, 02 Feb 2015 22:21:07 +0900 Yuya Nishihara revset: make match function initiate query from full set by default
Wed, 04 Feb 2015 21:37:06 +0900 Yuya Nishihara revset: have rev() validate input by repo.changelog.__contains__()
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
Mon, 02 Feb 2015 23:07:04 +0900 FUJIWARA Katsunori revset: introduce _parsealiasdefn to parse alias definitions 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
Wed, 21 Jan 2015 15:23:13 -0800 Martin von Zweigbergk log: evaluate filesets on working copy, not its parent stable
Sat, 10 Jan 2015 23:18:11 +0900 FUJIWARA Katsunori revset: check for collisions between alias argument names in the declaration
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: introduce "_parsealiasdecl" to parse alias declarations strictly
Sat, 10 Jan 2015 23:18:11 +0900 FUJIWARA Katsunori revset: store full detail into revsetalias.error for error source distinction
Sat, 10 Jan 2015 23:18:11 +0900 FUJIWARA Katsunori revset: factor out composing error message for ParseError to reuse
Sat, 10 Jan 2015 23:18:11 +0900 FUJIWARA Katsunori revset: make tokenize extensible to parse alias declarations and definitions
Tue, 13 Jan 2015 15:07:08 -0800 Sean Farley namespaces: add revset for 'named(namespace)'
Wed, 14 Jan 2015 12:50:46 -0800 Matt Mackall merge with stable
Sat, 10 Jan 2015 21:36:42 +0900 Yuya Nishihara revset: simplify fullreposet.__and__ to call sort() with boolean flag
Sat, 10 Jan 2015 21:31:59 +0900 Yuya Nishihara revset: fix spanset.isascending() to honor sort() or reverse() request stable
Mon, 12 Jan 2015 09:46:56 -0800 Martin von Zweigbergk filelog: fix backwards comment for 'backrevref'
Mon, 12 Jan 2015 09:49:25 -0800 Martin von Zweigbergk filelog: remove trailing "form feed" character
Mon, 12 Jan 2015 09:48:05 -0800 Martin von Zweigbergk filelog: remove unused variable 'lkr'
Thu, 08 Jan 2015 00:01:03 +0100 Mads Kiilerich revset: use localrepo revbranchcache for branch name filtering
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
Tue, 06 Jan 2015 11:23:38 -0800 Pierre-Yves David revset-filelog: handle hidden linkrev for file missing for head (issue4490)
Mon, 05 Jan 2015 15:46:14 -0600 Matt Mackall merge with stable
Sat, 03 Jan 2015 10:25:08 +0900 Yuya Nishihara revset: drop pre-lazyset optimization for stringset of subset == entire repo stable
Mon, 05 Jan 2015 11:02:04 +0900 FUJIWARA Katsunori revset: delay showing parse error for the revset alias until it is referred
Mon, 29 Dec 2014 18:35:23 -0800 Pierre-Yves David linkrev-filelog: handle filtered linkrev with no visible children (issue4307)
Mon, 29 Dec 2014 17:23:16 -0800 Pierre-Yves David linkrev: work around linkrev to filtered entry in 'filelog' revset
Mon, 29 Dec 2014 23:40:24 -0800 Pierre-Yves David linkrev: also adjust linkrev when bootstrapping 'follow' revset
Wed, 03 Dec 2014 22:56:42 +0900 Yuya Nishihara revset: add 'only' to DoS-safe symbols
Wed, 03 Dec 2014 22:52:54 +0900 Yuya Nishihara revset: move 'only' so that functions are sorted alphabetically
Mon, 01 Dec 2014 19:34:11 -0600 Matt Mackall merge with stable
Mon, 01 Dec 2014 05:18:12 -0800 Pierre-Yves David revset: fix first and last for generatorset (issue4465) stable
Fri, 14 Nov 2014 16:38:58 -0800 Siddharth Agarwal revset.only: use cl.findmissingrevs
Thu, 16 Oct 2014 23:15:35 -0700 Pierre-Yves David revset-matching: call 'getset' on a 'fullreposet'
Thu, 16 Oct 2014 23:15:06 -0700 Pierre-Yves David revset-parentspec: call 'getset' on a 'fullreposet'
Thu, 16 Oct 2014 23:14:17 -0700 Pierre-Yves David revset-children: call 'getset' on a 'fullreposet'
Thu, 16 Oct 2014 23:11:25 -0700 Pierre-Yves David revset-ancestorspec: call 'getset' on a 'fullreposet'
Thu, 16 Oct 2014 23:10:44 -0700 Pierre-Yves David revset-rangeset: call 'getset' on a 'fullreposet'
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Sat, 01 Nov 2014 22:58:30 +0000 Pierre-Yves David addset: fix `first` and `last` on sorted addset (issue4426) stable
Fri, 31 Oct 2014 10:41:36 -0700 Martin von Zweigbergk revset: don't recreate matcher for every revision stable
Tue, 28 Oct 2014 14:06:06 -0700 Durham Goode revset: fix O(2^n) perf regression in addset stable
Thu, 23 Oct 2014 21:53:37 +0900 Yuya Nishihara revset: avoid O(n) lookup of invalid revision in rev() stable
Sun, 19 Oct 2014 16:48:33 +0900 Yuya Nishihara revset: have rev() drop out-of-range or filtered rev explicitly (issue4396) stable
Wed, 22 Oct 2014 15:47:27 -0500 Matt Mackall revset: avoid recalculating filesets stable
Thu, 16 Oct 2014 17:46:58 -0700 Pierre-Yves David revset-phases: prefetch attributes in phasesrelated revsets
Sat, 11 Oct 2014 01:21:47 -0700 Pierre-Yves David revset-phases: do not cache phase-related filters
Sat, 11 Oct 2014 01:39:20 -0700 Pierre-Yves David revset-node: speedup by a few hundred fold
Fri, 10 Oct 2014 17:28:18 -0700 Pierre-Yves David revset-only: use `subset &` instead of filtering
Tue, 30 Sep 2014 15:03:54 -0500 Pierre-Yves David revset-_ancestor: use & instead of filter
Wed, 08 Oct 2014 02:45:21 -0700 Pierre-Yves David revset-only: use __nonzero__ to check if a revset is empty
Wed, 15 Oct 2014 12:38:47 -0700 Pierre-Yves David _spanset: drop __getitem__ implementation
Wed, 15 Oct 2014 12:38:32 -0700 Pierre-Yves David filteredset: drop __getitem__ implementation
Wed, 15 Oct 2014 04:28:55 -0700 Pierre-Yves David generatorset: implement __len__
Wed, 15 Oct 2014 04:26:23 -0700 Pierre-Yves David revset: make __len__ part of the offical API
Wed, 15 Oct 2014 04:08:06 +0200 Mads Kiilerich revset: better naming of variables containing the value of a single argument
Fri, 10 Oct 2014 13:09:22 -0700 Pierre-Yves David spanset: remove `.set()` definition
Fri, 10 Oct 2014 13:08:49 -0700 Pierre-Yves David generatorset: remove `.set()` definition
Fri, 10 Oct 2014 13:08:28 -0700 Pierre-Yves David addset: remove `.set()` definition
Fri, 10 Oct 2014 13:08:10 -0700 Pierre-Yves David filteredset: remove `.set()` definition
Fri, 10 Oct 2014 13:07:35 -0700 Pierre-Yves David baseset: remove `set()` definition
Fri, 10 Oct 2014 11:27:57 -0700 Pierre-Yves David abstractsmartset: remove `set()` method definition
Fri, 10 Oct 2014 14:27:05 -0700 Pierre-Yves David match: check if an object is a baseset using `isascending` instead of `set`
Fri, 10 Oct 2014 14:22:23 -0700 Pierre-Yves David getset: check if an object is a baseset using `isascending` instead of `set`
Fri, 10 Oct 2014 13:24:57 -0700 Pierre-Yves David fullreposet: detect smartset using "isascending" instead of "set"
Fri, 10 Oct 2014 13:21:05 -0700 Pierre-Yves David fullreposet: drop custom sets but not smartsets detection
Fri, 10 Oct 2014 12:30:00 -0700 Pierre-Yves David addset: drop `.set()` usage during iteration
Fri, 10 Oct 2014 12:31:22 -0700 Pierre-Yves David baseset: access `_set` directly for containment check
Fri, 10 Oct 2014 12:30:56 -0700 Pierre-Yves David baseset: make `_set` a property cache
Wed, 08 Oct 2014 02:52:10 -0700 Pierre-Yves David revset-_hexlist: remove usage of `set()`
Wed, 08 Oct 2014 02:51:54 -0700 Pierre-Yves David revset-_intlist: remove usage of `set()`
Wed, 08 Oct 2014 02:51:16 -0700 Pierre-Yves David revset-_list: remove usage of `set()`
Wed, 08 Oct 2014 02:50:20 -0700 Pierre-Yves David revset-roots: remove usage of `set()`
Wed, 08 Oct 2014 02:49:17 -0700 Pierre-Yves David revset-origin: remove usage of `set()`
Wed, 08 Oct 2014 02:48:56 -0700 Pierre-Yves David revset-last: remove usage of `set()`
Wed, 08 Oct 2014 02:48:24 -0700 Pierre-Yves David revset-limit: remove usage of `set()`
Wed, 08 Oct 2014 02:47:46 -0700 Pierre-Yves David revset-destination: remove usage of `set()`
Wed, 08 Oct 2014 02:47:24 -0700 Pierre-Yves David revset-children: remove usage of `set()`
Wed, 08 Oct 2014 02:47:00 -0700 Pierre-Yves David revset-branch: remove usage of `set()`
Wed, 08 Oct 2014 02:45:53 -0700 Pierre-Yves David revset-rangeset: remove usage of `set()`
Wed, 08 Oct 2014 02:45:43 -0700 Pierre-Yves David revset-only: remove usage of `set()`
Thu, 09 Oct 2014 22:57:52 -0700 Pierre-Yves David revset: cache most conditions used in `filter`
Thu, 09 Oct 2014 04:12:20 -0700 Pierre-Yves David baseset: empty or one-element sets are ascending and descending
Tue, 07 Oct 2014 01:33:05 -0700 Pierre-Yves David filteredset: drop explicit order management
Thu, 09 Oct 2014 04:24:51 -0700 Pierre-Yves David revset: restore order of `or` operation as in Mercurial 2.9
Thu, 09 Oct 2014 09:12:54 -0700 Pierre-Yves David revset-_descendant: rework the whole sorting and combining logic
Thu, 09 Oct 2014 20:15:41 -0700 Pierre-Yves David addset: do lazy sorting
less more (0) -120 tip