mercurial/revset.py
Sat, 14 Apr 2018 12:57:32 +0900 Yuya Nishihara revset: pass in lookup function instead of repo (API)
Sat, 14 Apr 2018 12:44:40 +0900 Yuya Nishihara revset: drop support for posttreebuilthook() (API)
Thu, 05 Apr 2018 17:58:58 +0200 Boris Feld stack: follow-up on the stack revset
Sun, 01 Apr 2018 22:48:32 -0700 Martin von Zweigbergk revset: use revsymbol() for checking if a symbol is valid
Mon, 02 Apr 2018 16:18:33 -0700 Martin von Zweigbergk scmutil: add method for looking up a context given a revision symbol
Mon, 02 Apr 2018 09:16:52 -0700 Martin von Zweigbergk revset: drop support for '' as alias for '.'
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Fri, 19 Jan 2018 16:52:02 +0100 Boris Feld stack: import Evolve stack test file
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Fri, 02 Mar 2018 11:37:41 -0500 Augie Fackler revset: use %d to turn an int into a bytestr
Fri, 02 Mar 2018 11:37:21 -0500 Augie Fackler revset: use {force,}bytestr to fix some %r formatting issues
Mon, 05 Feb 2018 12:59:57 +0530 Pulkit Goyal py3: use .startswith() instead of bytes[0]
Sat, 27 Jan 2018 17:46:37 +0900 Yuya Nishihara py3: drop b'' from repr() of smartset
Fri, 02 Feb 2018 23:48:25 -0500 Matt Harbison revset: drop deprecated evolution predicates
Sun, 28 Jan 2018 14:08:59 -0500 Matt Harbison revset: evaluate filesets against each revision for 'file()' (issue5778) stable
Thu, 04 May 2017 02:28:19 +0200 Boris Feld revset: use 'tiprev' when appropriate
Thu, 14 Dec 2017 15:03:55 -0800 Hollis Blanchard outgoing: respect ":pushurl" paths (issue5365)
Sun, 10 Dec 2017 04:48:12 +0530 Pulkit Goyal py3: handle keyword arguments correctly in revset.py
Fri, 08 Dec 2017 14:20:34 -0800 Jun Wu revset: use phasecache.getrevset to calculate public()
Thu, 22 Sep 2016 19:41:42 +0900 Yuya Nishihara revset: make follow() accept empty startrev
Thu, 22 Sep 2016 19:40:07 +0900 Yuya Nishihara revset: alias follow(startrev=rev) to ancestors(rev)
Thu, 22 Sep 2016 19:35:36 +0900 Yuya Nishihara revset: make follow() accept keyword arguments
Thu, 22 Sep 2016 19:11:26 +0900 Yuya Nishihara revset: make follow() accept multiple startrevs
Sun, 22 Oct 2017 18:57:42 +0900 Yuya Nishihara dagop: add smartset interface to filectxancestors()
Thu, 22 Sep 2016 18:23:58 +0900 Yuya Nishihara dagop: extend filectxancestors() to walk multiple files
Thu, 22 Sep 2016 17:48:46 +0900 Yuya Nishihara dagop: yield intro filectx by filectxancestors()
Thu, 22 Sep 2016 17:16:53 +0900 Yuya Nishihara dagop: copy basefilectx.ancestors() to free function
Wed, 04 Oct 2017 15:27:43 +0200 Denis Laxalde revset: extract a parsefollowlinespattern helper function
Sun, 01 Oct 2017 10:50:00 +0100 Yuya Nishihara revset: add experimental support for extdata
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
less more (0) -300 -100 -60 tip