mercurial/revset.py
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"
Fri, 14 Oct 2016 23:33:00 +0900 Yuya Nishihara revset: for x^2, do not take null as a valid p2 revision
Mon, 10 Oct 2016 22:30:09 +0200 Yuya Nishihara revset: make follow() reject more than one start revisions
Fri, 07 Oct 2016 08:32:40 -0400 Augie Fackler revset: build _syminitletters from a saner source: the string module
Fri, 07 Oct 2016 08:09:23 -0400 Augie Fackler revset: define _symletters in terms of _syminitletters
Fri, 07 Oct 2016 08:03:30 -0400 Augie Fackler revset: remove doubled space
Sat, 01 Oct 2016 20:20:11 +0900 Yuya Nishihara revset: do not rewrite ':y' to '0:y' (issue5385)
Sat, 01 Oct 2016 20:11:48 +0900 Yuya Nishihara revset: extract function that creates range set from computed revisions
Tue, 03 May 2016 14:18:28 +0900 Yuya Nishihara revset: add option to make matcher takes the ordering of the input set
Tue, 03 May 2016 13:36:12 +0900 Yuya Nishihara revset: make sort() noop depending on ordering requirement (BC)
Tue, 03 May 2016 13:36:12 +0900 Yuya Nishihara revset: make reverse() noop depending on ordering requirement (BC)
Tue, 03 May 2016 12:52:50 +0900 Yuya Nishihara revset: fix order of nested 'range' expression (BC)
Wed, 01 Jun 2016 20:54:04 +0900 Yuya Nishihara revset: forward ordering requirement to argument of present()
Sun, 26 Jun 2016 18:41:28 +0900 Yuya Nishihara revset: fix order of nested '_(|int|hex)list' expression (BC)
Sun, 26 Jun 2016 18:17:12 +0900 Yuya Nishihara revset: fix order of nested 'or' expression (BC)
Sun, 07 Aug 2016 17:58:50 +0900 Yuya Nishihara revset: add 'takeorder' attribute to mark functions that need ordering flag
Sun, 07 Aug 2016 17:46:12 +0900 Yuya Nishihara revset: pass around ordering flags to operations
Sun, 07 Aug 2016 17:48:52 +0900 Yuya Nishihara revset: add stub to handle parentpost operation
Tue, 16 Feb 2016 22:02:16 +0900 Yuya Nishihara revset: infer ordering flag to teach if operation should define/follow order
Sun, 07 Aug 2016 17:04:05 +0900 Yuya Nishihara revset: wrap arguments of 'or' by 'list' node
Thu, 08 Sep 2016 22:44:10 +0900 Yuya Nishihara revset: remove showwarning option from expandaliases()
Sun, 21 Aug 2016 11:37:00 +0900 Yuya Nishihara revset: add public function to create matcher from evaluatable tree
Sun, 21 Aug 2016 11:29:57 +0900 Yuya Nishihara revset: make analyze() a separate step from optimize()
Sun, 07 Aug 2016 14:35:03 +0900 Yuya Nishihara revset: extract tree transformation from optimize()
Sun, 07 Aug 2016 16:36:08 +0900 Yuya Nishihara revset: do not partial-match operator and function names in optimize()
Sun, 07 Aug 2016 14:13:27 +0900 Yuya Nishihara revset: remove false condition to process 'negate' operator
Sun, 07 Aug 2016 15:01:42 +0900 Yuya Nishihara revset: make optimize() reject unknown operators
Thu, 18 Aug 2016 17:25:10 +0200 Gábor Stefanik revset: support "follow(renamed.py, e22f4f3f06c3)" (issue5334)
Mon, 15 Aug 2016 12:26:02 -0400 Augie Fackler merge with stable
Sat, 06 Aug 2016 20:37:48 +0900 Yuya Nishihara revset: also parse x^: as (x^):
Sat, 06 Aug 2016 20:21:00 +0900 Yuya Nishihara revset: resolve ambiguity of x^:y before alias expansion
Sun, 05 Jul 2015 21:11:19 +0900 Yuya Nishihara parser: remove unused binding parameter from suffix action
Sun, 07 Aug 2016 14:58:49 +0900 Yuya Nishihara revset: fix keyword arguments to go through optimization process stable
Mon, 01 Aug 2016 06:08:26 +0900 FUJIWARA Katsunori revset: refactor to make xgettext put i18n comments into hg.pot file stable
Mon, 27 Jun 2016 20:44:14 +0900 Yuya Nishihara revset: check invalid function syntax "func-name"() explicitly
Sun, 26 Jun 2016 17:16:57 +0900 Yuya Nishihara revset: get rid of redundant error checking from match()
Sat, 25 Jun 2016 19:10:46 -0700 Gregory Szorc revset: implement match() in terms of matchany()
Thu, 23 Jun 2016 12:37:09 -0700 Martin von Zweigbergk revset: make head() honor order of subset
less more (0) -300 -100 -60 tip