mercurial/revset.py
Fri, 01 Sep 2017 19:42:09 -0700 Jun Wu revset: move weight information to predicate
Mon, 28 Aug 2017 14:49:00 -0700 Jun Wu revset: optimize "draft() & ::x" pattern
Wed, 30 Aug 2017 16:05:12 -0700 Jun Wu revset: do not flip "and" arguments when optimizing
Wed, 30 Aug 2017 22:51:28 +0900 Yuya Nishihara revset: make match function follow given subset if specified (API)
Wed, 30 Aug 2017 22:41:36 +0900 Yuya Nishihara revset: move order argument to run-time match function
Wed, 30 Aug 2017 23:53:30 +0900 Yuya Nishihara revset: fix example describing how ordering is determined
Wed, 30 Aug 2017 22:32:47 +0900 Yuya Nishihara revset: move order constants from revsetlang
Sun, 20 Aug 2017 10:55:11 -0700 Jun Wu revset: remove order information from tree (API)
Wed, 16 Aug 2017 16:48:41 +0200 Boris Feld revset: mark evolution-related revsets as experimental
Fri, 04 Aug 2017 19:39:34 +0200 Boris Feld obsolete: rename bumped volatile set into phasedivergent volatile set
Fri, 04 Aug 2017 19:36:27 +0200 Boris Feld obsolete: rename divergent volatile set into contentdivergent volatile set
Fri, 04 Aug 2017 19:27:39 +0200 Boris Feld obsolete: rename unstable volatile set into orphan volatile set
Thu, 03 Aug 2017 14:08:39 +0200 Boris Feld revset: rename bumped into phasedivergent
Thu, 03 Aug 2017 14:01:51 +0200 Boris Feld revset: remane divergent into contentdivergent
Thu, 03 Aug 2017 13:48:39 +0200 Boris Feld revset: rename unstable into orphan
Sat, 08 Jul 2017 13:15:17 +0900 Yuya Nishihara revset: add experimental ancestors/descendants relation subscript
Sat, 08 Jul 2017 13:07:59 +0900 Yuya Nishihara revset: add experimental relation and subscript operators
Mon, 10 Jul 2017 10:56:40 -0700 Jun Wu revset: define successors revset
Sat, 24 Jun 2017 15:29:42 -0700 Jun Wu revset: make repo.anyrevs accept customized alias override (API)
Sat, 24 Jun 2017 23:05:57 +0900 Yuya Nishihara revset: add depth limit to descendants() (issue5374)
Tue, 20 Jun 2017 22:26:52 +0900 Yuya Nishihara dagop: change revdescendants() to include all root revisions
Sun, 18 Jun 2017 00:40:58 +0900 Yuya Nishihara revset: add startdepth limit to ancestors() as internal option
Sun, 18 Jun 2017 00:22:41 +0900 Yuya Nishihara revset: add depth limit to ancestors()
Sun, 18 Jun 2017 12:06:22 +0900 Yuya Nishihara revset: add support of keyword arguments to ancestors() and descendants()
Sun, 18 Jun 2017 22:46:56 +0900 Yuya Nishihara help: clarify ancestors() and descendants() include given set (issue5594)
Sun, 19 Feb 2017 19:37:14 +0900 Yuya Nishihara dagop: move blockancestors() and blockdescendants() from context
Sun, 16 Oct 2016 18:03:24 +0900 Yuya Nishihara dagop: split module hosting DAG-related algorithms from revset
Sun, 18 Jun 2017 12:25:23 +0900 Yuya Nishihara revset: fix negative ancestor spec to not return changectx objects
Tue, 24 Mar 2015 00:14:53 +0900 Yuya Nishihara smartset: extract method to slice abstractsmartset
Sat, 10 Jun 2017 19:48:48 +0900 Yuya Nishihara revset: fix order of first/last members in compound expression (BC)
Sat, 10 Jun 2017 19:41:42 +0900 Yuya Nishihara revset: filter first/last members by __and__ operation
Sat, 10 Jun 2017 18:35:11 +0900 Yuya Nishihara revset: reject negative number to select first/last n members
Sat, 10 Jun 2017 18:04:56 +0900 Yuya Nishihara revset: fix order of last() n members where n > 1 (BC)
Sat, 27 May 2017 10:25:09 -0700 David Soria Parra revset: lookup descendents for negative arguments to ancestor operator
Fri, 19 Aug 2016 18:26:04 +0900 Yuya Nishihara revlog: add support for partial matching of wdir node id
Sat, 20 Aug 2016 18:15:19 +0900 Yuya Nishihara revset: add support for branch(wdir()) and wdir() & branch()
Sat, 03 Jun 2017 20:39:33 +0900 Yuya Nishihara revset: add support for integer and hex wdir identifiers
Tue, 23 May 2017 01:22:33 +0530 Pulkit Goyal revset: add support for ancestors(wdir())
Tue, 23 May 2017 01:08:19 +0530 Pulkit Goyal revset: add support for using ~ operator on wdir() predicate
Mon, 22 May 2017 02:14:22 +0530 Pulkit Goyal revset: add support for p2(wdir()) to get second parent of working directory
Mon, 22 May 2017 02:03:43 +0530 Pulkit Goyal revset: use try-except instead of if-else because of perf
Mon, 22 May 2017 01:38:00 +0530 Pulkit Goyal revset: remove redundant condition and change to else from elif
Mon, 22 May 2017 01:01:45 +0530 Pulkit Goyal revset: add support for "wdir()^n"
Mon, 22 May 2017 00:54:02 +0530 Pulkit Goyal revset: add parentheses after wdir since its a function
Fri, 19 May 2017 20:06:45 +0530 Pulkit Goyal revset: make `hg log -r 'wdir()^'` work (issue4905)
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Mon, 01 May 2017 05:52:36 +0900 FUJIWARA Katsunori revset: add i18n comments to error messages for followlines predicate stable
Sat, 15 Apr 2017 11:29:42 +0200 Denis Laxalde revset: properly parse "descend" argument of followlines()
Mon, 16 Jan 2017 09:24:47 +0100 Denis Laxalde revset: add a 'descend' argument to followlines to return descendants
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
less more (0) -300 -100 -60 tip