Mon, 28 Aug 2017 14:49:00 -0700 |
Jun Wu |
revset: optimize "draft() & ::x" pattern
|
Wed, 05 Jul 2017 13:54:53 +0200 |
Denis Laxalde |
followlines: join merge parents line ranges in blockdescendants() (issue5595)
|
Sat, 24 Jun 2017 23:05:57 +0900 |
Yuya Nishihara |
revset: add depth limit to descendants() (issue5374)
|
Sat, 24 Jun 2017 23:35:03 +0900 |
Yuya Nishihara |
dagop: make walk direction switchable so it can track descendants
|
Sat, 24 Jun 2017 23:30:51 +0900 |
Yuya Nishihara |
dagop: factor out generator of ancestor nodes
|
Sat, 24 Jun 2017 23:22:45 +0900 |
Yuya Nishihara |
dagop: factor out pfunc from revancestors() generator
|
Fri, 23 Jun 2017 21:15:10 +0900 |
Yuya Nishihara |
dagop: use smartset.min() in revdescendants() generator
|
Tue, 20 Jun 2017 22:26:52 +0900 |
Yuya Nishihara |
dagop: change revdescendants() to include all root revisions
|
Sun, 18 Jun 2017 17:02:03 +0900 |
Yuya Nishihara |
dagop: unnest inner generator of revdescendants()
|
Fri, 23 Jun 2017 22:15:22 -0700 |
Martin von Zweigbergk |
dagop: raise ProgrammingError if stopdepth < 0
|
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 00:11:48 +0900 |
Yuya Nishihara |
dagop: compute depth in revancestors() generator
|
Sun, 18 Jun 2017 08:59:09 +0900 |
Yuya Nishihara |
dagop: just compare with the last value to deduplicate input of revancestors()
|
Sun, 18 Jun 2017 17:22:57 +0900 |
Yuya Nishihara |
dagop: bulk rename variables in revancestors() generator
|
Sun, 18 Jun 2017 17:16:02 +0900 |
Yuya Nishihara |
dagop: comment why revancestors() doesn't heapify input revs at once
|
Sat, 17 Jun 2017 22:33:23 +0900 |
Yuya Nishihara |
dagop: unnest inner generator of revancestors()
|
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
base
mercurial/revset.py@e0ea10e63af7
|