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
|