Tue, 03 May 2016 12:36:44 +0900 |
Yuya Nishihara |
revset: make dagrange preserve order of input set
|
Sun, 17 Apr 2016 12:31:06 +0900 |
Yuya Nishihara |
parser: shorten prefix of alias parsing errors
|
Sun, 17 Apr 2016 12:20:57 +0900 |
Yuya Nishihara |
parser: rephrase "'$' not for alias arguments" message
|
Sat, 23 Apr 2016 16:09:30 +0900 |
Yuya Nishihara |
revset: make sort() do dumb multi-pass sorting for multiple keys (issue5218)
stable
|
Mon, 04 Apr 2016 17:45:15 -0700 |
Pierre-Yves David |
revset: stabilize repr of baseset initialized with a set
|
Sun, 14 Feb 2016 20:27:08 +0900 |
Yuya Nishihara |
revset: drop redundant check for unknown alias arguments
|
Sun, 14 Feb 2016 19:48:33 +0900 |
Yuya Nishihara |
revset: move tagging of alias arguments from tokenization to parsing phase
|
Sun, 14 Feb 2016 21:46:50 +0900 |
Yuya Nishihara |
revset: add test that should fail if '_aliasarg' tag is removed
|
Sat, 26 Mar 2016 19:01:12 +0900 |
Yuya Nishihara |
debugrevspec: show expanded/concatenated states before printing trees
|
Tue, 16 Feb 2016 21:44:13 +0900 |
Yuya Nishihara |
revset: add inspection data to max() and min() functions
|
Tue, 16 Feb 2016 21:43:51 +0900 |
Yuya Nishihara |
revset: add inspection data to limit() and last() functions
|
Sat, 13 Feb 2016 20:05:57 +0900 |
Yuya Nishihara |
revset: add inspection data to all filter() calls
|
Sat, 13 Feb 2016 19:25:11 +0900 |
Yuya Nishihara |
revset: add extra data to filteredset for better inspection
|
Tue, 08 Mar 2016 23:04:53 +0900 |
FUJIWARA Katsunori |
revset: replace extpredicate by revsetpredicate of registrar
|
Wed, 24 Feb 2016 10:41:15 -0800 |
Durham Goode |
revset: use smartset minus operator
|
Sun, 07 Feb 2016 00:49:31 -0600 |
Matt Mackall |
merge with stable
|
Tue, 02 Feb 2016 23:49:49 +0900 |
Yuya Nishihara |
revset: flatten chained 'list' operations (aka function args) (issue5072)
stable
|
Fri, 05 Feb 2016 22:32:05 +0900 |
FUJIWARA Katsunori |
tests: avoid nested quoting on command line for portability
|
Mon, 04 Jan 2016 21:52:44 -0800 |
Bryan O'Sullivan |
dispatch: report similar names consistently
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
revset: use delayregistrar to register predicate in extension easily
|
Wed, 23 Dec 2015 17:54:03 +0000 |
timeless |
revset: add hint for list error to use or
|
Tue, 24 Mar 2015 00:28:28 +0900 |
Yuya Nishihara |
revset: add optional offset argument to limit() predicate
|
Wed, 07 Oct 2015 23:00:29 +0900 |
Yuya Nishihara |
revset: do not fall through to revspec for literal: branch (issue4838)
|
Thu, 10 Sep 2015 23:29:55 +0900 |
Yuya Nishihara |
revset: handle error of string unescaping
|
Thu, 20 Aug 2015 17:23:21 -0700 |
Pierre-Yves David |
reachableroots: use baseset lazy sorting
|
Thu, 13 Aug 2015 16:15:43 +0900 |
Yuya Nishihara |
revpair: restrict odd-range handling to top-level x:y expression (issue4774)
|
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, 18 Jul 2015 23:30:17 +0900 |
Yuya Nishihara |
revset: port parsing rule of old-style ranges from scmutil.revrange()
|