log mercurial/revset.py @ 26778:a95c975f42e3

age author description
Wed, 14 Oct 2015 22:29:03 -0400 timeless l10n: use %d instead of %s for numbers
Thu, 15 Oct 2015 01:47:28 +0100 Pierre-Yves David revset: rename and test '_destmerge'
Thu, 15 Oct 2015 01:11:00 +0100 Pierre-Yves David destutil: move default merge destination into a function
Thu, 15 Oct 2015 01:35:44 +0100 Pierre-Yves David revset: reintroduce and experimental revset for update destination
Tue, 24 Mar 2015 00:28:28 +0900 Yuya Nishihara revset: add optional offset argument to limit() predicate
Mon, 12 Oct 2015 17:19:22 +0900 Yuya Nishihara revset: port limit() to support keyword arguments
Mon, 12 Oct 2015 17:14:47 +0900 Yuya Nishihara revset: eliminate temporary reference to subset in limit() and last()
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Mon, 05 Oct 2015 02:33:45 -0700 Pierre-Yves David revset: delete _updatedefaultdest as it has no users
Mon, 05 Oct 2015 01:46:47 -0700 Pierre-Yves David update: move default destination computation to a function
Wed, 07 Oct 2015 23:04:31 +0900 Yuya Nishihara revset: strip off "literal:" prefix from bookmark not found error
Wed, 07 Oct 2015 23:00:29 +0900 Yuya Nishihara revset: do not fall through to revspec for literal: branch (issue4838)
Sat, 22 Aug 2015 22:52:18 -0400 Matt Harbison util: extract stringmatcher() from revset
Wed, 23 Sep 2015 00:41:07 -0700 Pierre-Yves David revset: avoid implicit None testing in revset
Sun, 20 Sep 2015 16:53:42 -0700 Durham Goode revset: speed up existence checks for ordered filtered sets
Sun, 20 Sep 2015 19:27:53 -0700 Durham Goode revset: remove existence check from min() and max()
Fri, 18 Sep 2015 17:23:10 -0700 Pierre-Yves David update: move default destination into a revset
Thu, 17 Sep 2015 14:03:15 -0700 Pierre-Yves David merge: move default destination computation in a revset
Thu, 10 Sep 2015 23:29:55 +0900 Yuya Nishihara revset: handle error of string unescaping
Sat, 05 Sep 2015 12:56:53 +0900 Yuya Nishihara revset: uncache filteredset.__contains__
Tue, 01 Sep 2015 16:46:05 -0700 Durham Goode revset: fix resolving strings from a list
Thu, 20 Aug 2015 17:19:32 +0200 liscju revsets: makes follow() supports file patterns (issue4757) (BC)
Thu, 27 Aug 2015 17:57:33 -0700 Pierre-Yves David revset: cache smartset's min/max
Fri, 28 Aug 2015 11:15:31 +0900 Yuya Nishihara revset: mark reachablerootspure as private
Fri, 28 Aug 2015 11:14:24 +0900 Yuya Nishihara reachableroots: construct and sort baseset in revset module
Fri, 21 Aug 2015 16:12:24 -0700 Pierre-Yves David reachableroots: use smartset min
Mon, 24 Aug 2015 15:40:42 -0700 Pierre-Yves David reachableroots: sort the smartset in the pure version too
Thu, 20 Aug 2015 17:19:56 -0700 Pierre-Yves David baseset: keep the input set around
Fri, 14 Aug 2015 15:43:29 +0900 Yuya Nishihara reachableroots: use internal "revstates" array to test if rev is a root
Thu, 06 Aug 2015 22:11:20 -0700 Laurent Charignon reachableroots: default to the C implementation
Fri, 19 Jun 2015 20:18:54 -0700 Laurent Charignon revset: rename revsbetween to reachableroots and add an argument
Fri, 07 Aug 2015 02:13:42 -0700 Laurent Charignon revset: make revsbetween public
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, 08 Aug 2015 18:36:58 -0700 Gregory Szorc revset: use absolute_import
Sun, 05 Jul 2015 12:50:09 +0900 Yuya Nishihara revset: make balanced addsets by orset() without using _combinesets()
Fri, 07 Aug 2015 21:39:38 +0900 Yuya Nishihara revset: add matchany() to construct OR expression from a list of specs
Fri, 07 Aug 2015 21:31:16 +0900 Yuya Nishihara revset: split post-parsing stage from match()
Sat, 18 Jul 2015 23:30:17 +0900 Yuya Nishihara revset: port parsing rule of old-style ranges from scmutil.revrange()
Sun, 05 Jul 2015 12:15:54 +0900 Yuya Nishihara revset: parse nullary ":" operator as "0:tip"
Sun, 05 Jul 2015 12:02:13 +0900 Yuya Nishihara parser: separate actions for primary expression and prefix operator
Sun, 05 Jul 2015 11:17:22 +0900 Yuya Nishihara parser: fill invalid infix and suffix actions by None
Sun, 05 Jul 2015 11:06:58 +0900 Yuya Nishihara parser: add comment about structure of elements to each table
Thu, 02 Jul 2015 21:39:31 +0900 Yuya Nishihara revset: rename getkwargs() to getargsdict()
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
Thu, 02 Jul 2015 23:46:18 -0700 Pierre-Yves David revset: prefetch method in "parents"
Sun, 28 Jun 2015 22:57:33 +0900 Yuya Nishihara revset: port extra() to support keyword arguments
Sat, 27 Jun 2015 17:25:01 +0900 Yuya Nishihara revset: add function to build dict of positional and keyword arguments
Sat, 27 Jun 2015 17:05:28 +0900 Yuya Nishihara revset: add parsing rule for key=value pair
Mon, 29 Jun 2015 10:34:56 -0400 Matt Harbison revset: fix a crash in parents() when 'wdir()' is in the set
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Sun, 21 Jun 2015 00:49:26 +0900 Yuya Nishihara parser: accept iterator of tokens instead of tokenizer function and program
Mon, 22 Jun 2015 13:48:01 -0700 Pierre-Yves David revset: rework 'filteredset.last'
Mon, 22 Jun 2015 10:19:12 -0700 Pierre-Yves David revset: improves time complexity of 'roots(xxx)'
Fri, 10 Oct 2014 17:30:09 -0700 Pierre-Yves David revsets: use '&' instead of '.filter' in head
Sat, 20 Jun 2015 10:59:56 -0400 Matt Harbison revset: don't suggest private or undocumented queries
Fri, 19 Jun 2015 11:17:11 -0700 Pierre-Yves David devel-warn: issue a warning for old style revsets
Wed, 10 Jun 2015 19:18:51 -0700 Pierre-Yves David revset: make use of natively-computed set for 'draft()' and 'secret()'
Wed, 17 Jun 2015 19:19:57 -0700 Pierre-Yves David revset: refactor the non-public phase code
Tue, 16 Jun 2015 19:47:46 -0700 Pierre-Yves David revset: translate node directly with changelog in 'head'
Wed, 10 Jun 2015 19:58:27 -0700 Pierre-Yves David revset: use a baseset in _notpublic()
Mon, 15 Jun 2015 16:16:02 -0700 Pierre-Yves David revset: ensure we have loaded phases data in '_notpublic()'
Thu, 11 Jun 2015 19:02:24 -0700 Pierre-Yves David revset: use parentsets.min in _children
Thu, 11 Jun 2015 11:42:46 -0700 Pierre-Yves David revset: prefetch all attributes before loop in _revsbetween
Thu, 11 Jun 2015 15:45:02 -0700 Pierre-Yves David revset: mark spots that use 'set' instead of 'smartset'
Thu, 11 Jun 2015 15:43:11 -0700 Pierre-Yves David revset: mark spot that feeds a set to a baseset
Thu, 11 Jun 2015 15:37:17 -0700 Pierre-Yves David revset: mark the fact we should use '&' instead of 'filter' in 'head'
Thu, 11 Jun 2015 15:36:03 -0700 Pierre-Yves David revset: gratuitous formating fix in keyword
Thu, 11 Jun 2015 14:27:52 -0700 Pierre-Yves David revset: gratuitous code move in '_children'
Thu, 11 Jun 2015 14:26:44 -0700 Pierre-Yves David revset: mark spots that should use 'smartset.min()'
Thu, 11 Jun 2015 14:21:21 -0700 Pierre-Yves David revset: mark the place where we are combining sets in the wrong direction
Thu, 11 Jun 2015 14:00:13 -0700 Pierre-Yves David revset: point out wrong behavior in fullreposet
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
Fri, 29 May 2015 21:31:00 +0900 Yuya Nishihara revset: make "null" able to appear in internal _list() expression
Sun, 24 May 2015 14:49:41 +0900 Yuya Nishihara revset: make internal _list() expression remove duplicated revisions
Sun, 26 Apr 2015 18:13:48 +0900 Yuya Nishihara revset: reduce nesting of chained 'or' operations (issue4624)
Sun, 24 May 2015 14:10:52 +0900 Yuya Nishihara revset: add helper to build balanced addsets from chained 'or' operations
Sun, 26 Apr 2015 18:27:32 +0900 Yuya Nishihara revset: comment that we can't swap 'or' operands by weight
Tue, 26 May 2015 07:44:37 -0500 Matt Mackall merge with stable
Sun, 24 May 2015 10:29:33 +0900 Yuya Nishihara revset: drop magic of fullreposet membership test (issue4682) stable
Sun, 26 Apr 2015 22:20:03 +0900 Yuya Nishihara parser: move prettyformat() function from revset module
Sun, 26 Apr 2015 19:42:47 +0900 Yuya Nishihara revset: move validation of incomplete parsing to parse() function
Tue, 19 May 2015 23:29:20 +0900 Yuya Nishihara revset: drop translation marker from error message of _notpublic()
Tue, 19 May 2015 23:26:25 +0900 Yuya Nishihara revset: drop docstring from internal _notpublic() function
Fri, 24 Apr 2015 14:30:30 -0700 Laurent Charignon revset: optimize not public revset
Sat, 16 May 2015 14:30:07 -0400 Augie Fackler cleanup: use __builtins__.any instead of util.any
Sun, 17 May 2015 18:06:09 -0700 Pierre-Yves David generatorset: use 'next()' to simplify the code
Sun, 17 May 2015 18:00:38 -0700 Pierre-Yves David revset: use 'next()' to detect end of iteration in 'last'
Sun, 17 May 2015 17:58:39 -0700 Pierre-Yves David revset: use 'next()' to detect end of iteration in 'limit'
Sun, 17 May 2015 17:54:58 -0700 Pierre-Yves David _revancestors: use 'next' to remove the verbose try except clauses
Sat, 16 May 2015 21:42:09 +0900 Yuya Nishihara revset: extract addset._iterordered to free function
Sat, 16 May 2015 14:05:02 +0900 Yuya Nishihara revset: use fastasc/fastdesc switch consistently in addset.__iter__
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 00:25:43 -0700 Pierre-Yves David revset: fix iteration over ordered addset composed of non-ordered operands
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
Mon, 27 Apr 2015 23:03:20 +0900 Yuya Nishihara revset: remove duplicated definition of choice() from addset._iterordered()
Wed, 26 Mar 2014 15:55:50 -0700 Pierre-Yves David revset: avoid returning duplicates when returning ancestors
Wed, 26 Mar 2014 16:21:30 -0700 Pierre-Yves David revset: use an iterator instead of a dequeue in ancestors()
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