log mercurial/revset.py @ 31810:81abd0d12c86

age author description
Sun, 02 Apr 2017 22:16:03 +0900 Yuya Nishihara revset: stop supporting plain list as input set (API)
Sun, 02 Apr 2017 22:01:32 +0900 Yuya Nishihara revset: stop supporting predicate that returns plain list (API)
Fri, 24 Feb 2017 18:39:08 +0100 Denis Laxalde revset: factor out linerange processing into a utility function
Mon, 16 Jan 2017 17:14:36 +0100 Denis Laxalde context: also return ancestor's line range in blockancestors
Sun, 19 Feb 2017 18:19:33 +0900 Yuya Nishihara revset: split language services to revsetlang module (API)
Sat, 18 Feb 2017 00:39:31 -0800 Jun Wu revset: use phasecache.getrevset
Mon, 13 Feb 2017 11:32:09 -0800 Martin von Zweigbergk destutil: drop now-unused "check" parameter from destupdate()
Sun, 16 Oct 2016 17:28:51 +0900 Yuya Nishihara smartset: move set classes and related functions from revset module (API)
Fri, 20 Jan 2017 21:33:18 +0900 Yuya Nishihara revset: prevent using outgoing() and remote() in hgweb session (BC) stable
Mon, 09 Jan 2017 17:58:19 +0900 Yuya Nishihara revset: abuse x:y syntax to specify line range of followlines()
Mon, 09 Jan 2017 16:55:56 +0900 Yuya Nishihara revset: do not transform range* operators in parsed tree
Mon, 09 Jan 2017 17:45:11 +0900 Yuya Nishihara revset: add default value to getinteger() helper
Mon, 09 Jan 2017 17:39:44 +0900 Yuya Nishihara revset: factor out getinteger() helper
Mon, 09 Jan 2017 16:16:26 +0900 Yuya Nishihara revset: rename rev argument of followlines() to startrev
Fri, 13 Jan 2017 23:48:21 +0900 Yuya Nishihara help: use :hg: role and canonical name to point to revset string patterns
Sat, 07 Jan 2017 23:35:35 -0500 Matt Harbison help: eliminate duplicate text for revset string patterns
Sat, 07 Jan 2017 21:26:32 -0500 Matt Harbison revset: add regular expression support to 'desc'
Wed, 11 Jan 2017 22:42:10 -0500 Matt Harbison revset: stop lowercasing the regex pattern for 'author'
Wed, 11 Jan 2017 23:13:51 -0500 Matt Harbison revset: point to 'grep' in the 'keyword' help for regex searches
Mon, 09 Jan 2017 16:02:56 +0900 Yuya Nishihara revset: parse variable-length arguments of followlines() by getargsdict()
Mon, 09 Jan 2017 15:25:52 +0900 Yuya Nishihara parser: extend buildargsdict() to support variable-length positional args
Wed, 04 Jan 2017 16:47:49 +0100 Denis Laxalde revset: add a followlines(file, fromline, toline[, rev]) revset
Sat, 14 May 2016 20:52:44 +0900 Yuya Nishihara revset: drop TODO comment about sorting issue of fullreposet
Thu, 05 Jan 2017 22:53:42 +0900 Yuya Nishihara revset: document wdir() as an experimental function
Sat, 20 Aug 2016 17:50:23 +0900 Yuya Nishihara revset: categorize wdir() as very fast function
Sat, 23 May 2015 11:04:11 +0900 Yuya Nishihara revset: make children() not look at p2 if null (issue5439)
Thu, 10 Nov 2016 16:35:10 -0500 Augie Fackler revset: avoid shadowing a variable with a list comprehension
Mon, 17 Oct 2016 23:16:55 +0200 Mads Kiilerich spelling: fixes of non-dictionary words
Tue, 25 Oct 2016 18:56:27 +0200 Mads Kiilerich revset: don't cache abstractsmartset min/max invocations infinitely stable
Mon, 17 Oct 2016 19:48:36 +0200 Mads Kiilerich revset: optimize for destination() being "inefficient"