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
|
Mon, 04 Apr 2016 17:45:15 -0700 |
Pierre-Yves David |
revset: stabilize repr of baseset initialized with a set
|
file |
diff |
annotate
|
Mon, 29 Feb 2016 17:02:56 +0900 |
Yuya Nishihara |
parser: move parsererrordetail() function from revset module
|
file |
diff |
annotate
|
Fri, 01 Apr 2016 10:09:34 +0200 |
Maciej Fijalkowski |
revset: prevent infinite recursion on pypy
|
file |
diff |
annotate
|
Thu, 31 Mar 2016 18:38:08 +0200 |
Maciej Fijalkowski |
pypy: fix doctests for pypy optimizations
|
file |
diff |
annotate
|
Mon, 29 Feb 2016 17:46:06 +0900 |
Yuya Nishihara |
revset: make _parsealiasdecl() simply return the original parsed tree
|
file |
diff |
annotate
|
Mon, 29 Feb 2016 16:35:58 +0900 |
Yuya Nishihara |
revset: inline isvalidfunc(), getfuncname() and getfuncargs()
|
file |
diff |
annotate
|
Mon, 29 Feb 2016 16:32:18 +0900 |
Yuya Nishihara |
revset: inline isvalidsymbol() and getsymbol() into _parsealiasdecl()
|
file |
diff |
annotate
|
Mon, 29 Feb 2016 16:23:09 +0900 |
Yuya Nishihara |
revset: remove redundant checks for parsed tree of alias
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 20:43:30 +0900 |
Yuya Nishihara |
revset: inline _getaliasarg() function
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 20:27:08 +0900 |
Yuya Nishihara |
revset: drop redundant check for unknown alias arguments
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 19:48:33 +0900 |
Yuya Nishihara |
revset: move tagging of alias arguments from tokenization to parsing phase
|
file |
diff |
annotate
|
Fri, 11 Mar 2016 04:14:54 +0900 |
FUJIWARA Katsunori |
revset: remove useless extpredicate class (API)
|
file |
diff |
annotate
|
Tue, 16 Feb 2016 21:44:13 +0900 |
Yuya Nishihara |
revset: add inspection data to max() and min() functions
|
file |
diff |
annotate
|
Tue, 16 Feb 2016 21:43:51 +0900 |
Yuya Nishihara |
revset: add inspection data to limit() and last() functions
|
file |
diff |
annotate
|
Tue, 16 Feb 2016 21:32:00 +0900 |
Yuya Nishihara |
revset: stub to add extra data to baseset for better inspection
|
file |
diff |
annotate
|
Sat, 13 Feb 2016 20:05:57 +0900 |
Yuya Nishihara |
revset: add inspection data to all filter() calls
|
file |
diff |
annotate
|
Sat, 13 Feb 2016 19:25:11 +0900 |
Yuya Nishihara |
revset: add extra data to filteredset for better inspection
|
file |
diff |
annotate
|
Tue, 08 Mar 2016 23:04:53 +0900 |
FUJIWARA Katsunori |
revset: replace predicate by revsetpredicate of registrar
|
file |
diff |
annotate
|
Tue, 08 Mar 2016 23:04:53 +0900 |
FUJIWARA Katsunori |
registrar: define revsetpredicate to decorate revset predicate
|
file |
diff |
annotate
|
Sat, 13 Feb 2016 20:13:45 +0900 |
Yuya Nishihara |
revset: define "pat" variable unconditionally in subrepo()
|
file |
diff |
annotate
|
Tue, 05 May 2015 10:47:35 +0900 |
Yuya Nishihara |
revset: drop translation markers from error messages of internal _matchfiles
|
file |
diff |
annotate
|
Wed, 24 Feb 2016 10:41:15 -0800 |
Durham Goode |
revset: use smartset minus operator
|
file |
diff |
annotate
|
Mon, 08 Feb 2016 19:32:29 +0100 |
Pierre-Yves David |
destutil: allow to specify an explicit source for the merge
|
file |
diff |
annotate
|
Sun, 07 Feb 2016 00:49:31 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Tue, 02 Feb 2016 23:49:49 +0900 |
Yuya Nishihara |
revset: flatten chained 'list' operations (aka function args) (issue5072)
stable
|
file |
diff |
annotate
|
Fri, 05 Feb 2016 13:30:25 -0800 |
Durham Goode |
revset: use manifest.matches in _follow revset
|
file |
diff |
annotate
|
Fri, 22 Jan 2016 12:08:20 -0600 |
Matt Mackall |
log: speed up single file log with hidden revs (issue4747)
stable
|
file |
diff |
annotate
|
Thu, 31 Dec 2015 08:16:59 +0000 |
timeless |
cleanup: remove superfluous space after space after equals (python)
|
file |
diff |
annotate
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
revset: use decorator to mark a predicate as safe
|
file |
diff |
annotate
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
revset: use delayregistrar to register predicate in extension easily
|
file |
diff |
annotate
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
revset: use decorator to register a function as revset predicate
|
file |
diff |
annotate
|
Wed, 23 Dec 2015 17:54:03 +0000 |
timeless |
revset: add hint for list error to use or
|
file |
diff |
annotate
|
Fri, 18 Dec 2015 12:54:45 -0800 |
Laurent Charignon |
log: speed up hg log <file|folder>
|
file |
diff |
annotate
|
Mon, 30 Nov 2015 19:30:16 +0000 |
timeless |
grammar: favor zero, one, two over ... or no
|
file |
diff |
annotate
|
Wed, 18 Nov 2015 23:23:03 -0800 |
Pierre-Yves David |
revset: speed up '_matchfiles'
|
file |
diff |
annotate
|
Wed, 14 Oct 2015 22:29:03 -0400 |
timeless |
l10n: use %d instead of %s for numbers
|
file |
diff |
annotate
|
Thu, 15 Oct 2015 01:47:28 +0100 |
Pierre-Yves David |
revset: rename and test '_destmerge'
|
file |
diff |
annotate
|
Thu, 15 Oct 2015 01:11:00 +0100 |
Pierre-Yves David |
destutil: move default merge destination into a function
|
file |
diff |
annotate
|
Thu, 15 Oct 2015 01:35:44 +0100 |
Pierre-Yves David |
revset: reintroduce and experimental revset for update destination
|
file |
diff |
annotate
|
Tue, 24 Mar 2015 00:28:28 +0900 |
Yuya Nishihara |
revset: add optional offset argument to limit() predicate
|
file |
diff |
annotate
|
Mon, 12 Oct 2015 17:19:22 +0900 |
Yuya Nishihara |
revset: port limit() to support keyword arguments
|
file |
diff |
annotate
|
Mon, 12 Oct 2015 17:14:47 +0900 |
Yuya Nishihara |
revset: eliminate temporary reference to subset in limit() and last()
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
file |
diff |
annotate
|
Mon, 05 Oct 2015 02:33:45 -0700 |
Pierre-Yves David |
revset: delete _updatedefaultdest as it has no users
|
file |
diff |
annotate
|