Sun, 21 Aug 2016 11:37:00 +0900 |
Yuya Nishihara |
revset: add public function to create matcher from evaluatable tree
|
file |
diff |
annotate
|
Sun, 21 Aug 2016 11:29:57 +0900 |
Yuya Nishihara |
revset: make analyze() a separate step from optimize()
|
file |
diff |
annotate
|
Sun, 07 Aug 2016 14:35:03 +0900 |
Yuya Nishihara |
revset: extract tree transformation from optimize()
|
file |
diff |
annotate
|
Sun, 07 Aug 2016 16:36:08 +0900 |
Yuya Nishihara |
revset: do not partial-match operator and function names in optimize()
|
file |
diff |
annotate
|
Sun, 07 Aug 2016 14:13:27 +0900 |
Yuya Nishihara |
revset: remove false condition to process 'negate' operator
|
file |
diff |
annotate
|
Sun, 07 Aug 2016 15:01:42 +0900 |
Yuya Nishihara |
revset: make optimize() reject unknown operators
|
file |
diff |
annotate
|
Thu, 18 Aug 2016 17:25:10 +0200 |
Gábor Stefanik |
revset: support "follow(renamed.py, e22f4f3f06c3)" (issue5334)
|
file |
diff |
annotate
|
Mon, 15 Aug 2016 12:26:02 -0400 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Sat, 06 Aug 2016 20:37:48 +0900 |
Yuya Nishihara |
revset: also parse x^: as (x^):
|
file |
diff |
annotate
|
Sat, 06 Aug 2016 20:21:00 +0900 |
Yuya Nishihara |
revset: resolve ambiguity of x^:y before alias expansion
|
file |
diff |
annotate
|
Sun, 05 Jul 2015 21:11:19 +0900 |
Yuya Nishihara |
parser: remove unused binding parameter from suffix action
|
file |
diff |
annotate
|
Sun, 07 Aug 2016 14:58:49 +0900 |
Yuya Nishihara |
revset: fix keyword arguments to go through optimization process
stable
|
file |
diff |
annotate
|
Mon, 01 Aug 2016 06:08:26 +0900 |
FUJIWARA Katsunori |
revset: refactor to make xgettext put i18n comments into hg.pot file
stable
|
file |
diff |
annotate
|
Mon, 27 Jun 2016 20:44:14 +0900 |
Yuya Nishihara |
revset: check invalid function syntax "func-name"() explicitly
|
file |
diff |
annotate
|
Sun, 26 Jun 2016 17:16:57 +0900 |
Yuya Nishihara |
revset: get rid of redundant error checking from match()
|
file |
diff |
annotate
|
Sat, 25 Jun 2016 19:10:46 -0700 |
Gregory Szorc |
revset: implement match() in terms of matchany()
|
file |
diff |
annotate
|
Thu, 23 Jun 2016 12:37:09 -0700 |
Martin von Zweigbergk |
revset: make head() honor order of subset
|
file |
diff |
annotate
|
Thu, 23 Jun 2016 13:08:10 -0700 |
Martin von Zweigbergk |
revsets: use itervalues() where only values are needed
|
file |
diff |
annotate
|
Thu, 23 Jun 2016 12:39:05 -0700 |
Martin von Zweigbergk |
revsets: passing a set to baseset() is not wrong
|
file |
diff |
annotate
|
Tue, 14 Jun 2016 11:53:55 +0200 |
liscju |
i18n: translate abort messages
|
file |
diff |
annotate
|
Sat, 11 Jun 2016 10:17:49 +0900 |
Yuya Nishihara |
revset: extract function that validates sort() arguments
|
file |
diff |
annotate
|
Wed, 15 Jun 2016 21:26:45 +0900 |
Yuya Nishihara |
revset: build dict of extra sort options before evaluating set
|
file |
diff |
annotate
|
Sat, 11 Jun 2016 10:15:40 +0900 |
Yuya Nishihara |
revset: build list of (key, reverse) pairs before sorting
|
file |
diff |
annotate
|
Wed, 15 Jun 2016 20:37:24 +0900 |
Yuya Nishihara |
revset: fix crash on empty sort key
|
file |
diff |
annotate
|
Mon, 13 Jun 2016 18:20:00 +0100 |
Martijn Pieters |
revset: add new topographical sort
|
file |
diff |
annotate
|
Mon, 13 Jun 2016 18:20:00 +0100 |
Martijn Pieters |
revset: move groupbranchiter over from graphmod
|
file |
diff |
annotate
|
Tue, 14 Jun 2016 11:05:36 +0100 |
Martijn Pieters |
revset: record if a set is in topographical order
|
file |
diff |
annotate
|
Thu, 02 Jun 2016 22:39:01 +0100 |
Kostia Balytskyi |
revset: make filteredset.__nonzero__ respect the order of the filteredset
|
file |
diff |
annotate
|
Sat, 14 May 2016 19:52:00 +0900 |
Yuya Nishihara |
revset: define table of sort() key functions
|
file |
diff |
annotate
|
Sat, 14 May 2016 19:46:18 +0900 |
Yuya Nishihara |
revset: factor out reverse flag of sort() key
|
file |
diff |
annotate
|
Mon, 23 May 2016 14:09:50 -0700 |
Martijn Pieters |
revset: use getargsdict for sort()
|
file |
diff |
annotate
|
Mon, 16 May 2016 21:30:53 +0000 |
timeless |
py3: convert to next() function
|
file |
diff |
annotate
|
Mon, 16 May 2016 21:30:32 +0000 |
timeless |
revset: rename variable to avoid shadowing with builtin next() function
|
file |
diff |
annotate
|
Wed, 11 May 2016 09:34:59 +0200 |
Pierre-Yves David |
devel: fix a typo in a deprecation warning
|
file |
diff |
annotate
|
Wed, 11 May 2016 09:31:47 +0200 |
Pierre-Yves David |
devel: officially deprecate old style revset
|
file |
diff |
annotate
|
Tue, 03 May 2016 12:36:44 +0900 |
Yuya Nishihara |
revset: make dagrange preserve order of input set
|
file |
diff |
annotate
|
Mon, 02 May 2016 12:09:00 +0900 |
Yuya Nishihara |
revset: factor out public optimize() function from recursion
|
file |
diff |
annotate
|
Mon, 02 May 2016 12:47:09 +0900 |
Yuya Nishihara |
revset: introduce temporary variables in optimize() where they look better
|
file |
diff |
annotate
|
Mon, 02 May 2016 11:50:48 +0900 |
Yuya Nishihara |
revset: construct arguments of only() against matched tree
|
file |
diff |
annotate
|
Mon, 02 May 2016 11:27:26 +0900 |
Yuya Nishihara |
revset: unnest isonly() closure from optimize()
|
file |
diff |
annotate
|
Sun, 08 May 2016 10:43:41 +0200 |
Pierre-Yves David |
devel: use the new 'config' argument for the revset develwarn
|
file |
diff |
annotate
|
Sun, 17 Apr 2016 13:06:44 +0900 |
Yuya Nishihara |
revset: define _parsealias() in _aliasrules class
|
file |
diff |
annotate
|
Sun, 17 Apr 2016 13:03:23 +0900 |
Yuya Nishihara |
revset: factor out common parsing function
|
file |
diff |
annotate
|
Sun, 17 Apr 2016 12:57:27 +0900 |
Yuya Nishihara |
revset: inline _tokenizealias() into _parsealias()
|
file |
diff |
annotate
|
Sat, 23 Apr 2016 16:11:05 +0900 |
Yuya Nishihara |
revset: unindent "if True" block in sort()
stable
|
file |
diff |
annotate
|
Sat, 23 Apr 2016 16:09:30 +0900 |
Yuya Nishihara |
revset: make sort() do dumb multi-pass sorting for multiple keys (issue5218)
stable
|
file |
diff |
annotate
|
Tue, 29 Mar 2016 17:27:34 +0900 |
Yuya Nishihara |
parser: factor out _trygetfunc() that extracts function name and arguments
|
file |
diff |
annotate
|
Mon, 29 Feb 2016 22:58:15 +0900 |
Yuya Nishihara |
revset: rename findaliases() to expandaliases()
|
file |
diff |
annotate
|
Mon, 29 Feb 2016 22:15:44 +0900 |
Yuya Nishihara |
parser: move functions that process alias expansion to rule-set class
|
file |
diff |
annotate
|
Mon, 29 Feb 2016 22:10:48 +0900 |
Yuya Nishihara |
revset: unindent codes in _getalias() function
|
file |
diff |
annotate
|
Mon, 29 Feb 2016 19:24:15 +0900 |
Yuya Nishihara |
parser: extract helper that creates a dict of aliases
|
file |
diff |
annotate
|
Mon, 29 Feb 2016 18:33:30 +0900 |
Yuya Nishihara |
parser: construct alias object by rule-set class
|
file |
diff |
annotate
|
Tue, 29 Mar 2016 00:08:25 +0900 |
Yuya Nishihara |
parser: unify parser function of alias declaration and definition
|
file |
diff |
annotate
|
Tue, 29 Mar 2016 00:05:14 +0900 |
Yuya Nishihara |
revset: unify function that parses alias declaration and definition
|
file |
diff |
annotate
|
Mon, 29 Feb 2016 18:10:07 +0900 |
Yuya Nishihara |
parser: move alias definition parser to common rule-set class
|
file |
diff |
annotate
|
Mon, 29 Feb 2016 18:00:51 +0900 |
Yuya Nishihara |
parser: move _relabelaliasargs() to common rule-set class
|
file |
diff |
annotate
|
Mon, 29 Feb 2016 17:54:03 +0900 |
Yuya Nishihara |
parser: move alias declaration parser to common rule-set class
|
file |
diff |
annotate
|
Sun, 03 Apr 2016 16:55:23 +0900 |
Yuya Nishihara |
parser: add stub class that will host alias parsing and expansion
|
file |
diff |
annotate
|
Mon, 29 Feb 2016 17:43:39 +0900 |
Yuya Nishihara |
revset: narrow scope of "except ParseError" block in _parsealiasdecl()
|
file |
diff |
annotate
|
Mon, 04 Apr 2016 17:45:54 -0700 |
Pierre-Yves David |
revset: force ascending order for baseset initialized from a set
|
file |
diff |
annotate
|