Sun, 18 Mar 2018 12:28:19 +0900 |
Yuya Nishihara |
annotate: pack line content into annotateline object (API)
|
Tue, 13 Mar 2018 22:18:06 +0900 |
Yuya Nishihara |
annotate: drop linenumber flag from fctx.annotate() (API)
|
Mon, 12 Mar 2018 20:45:10 +0900 |
Yuya Nishihara |
annotate: do not construct attr.s object per line while computing history
|
Mon, 12 Mar 2018 20:37:08 +0900 |
Yuya Nishihara |
annotate: correct parameter name of decorate() function
|
Wed, 28 Feb 2018 15:20:41 -0500 |
Yuya Nishihara |
dagop: move lines() out of annotate()
|
Wed, 28 Feb 2018 15:19:47 -0500 |
Yuya Nishihara |
dagop: extract core algorithm of annotate() from context.py
|
Wed, 28 Feb 2018 15:09:05 -0500 |
Yuya Nishihara |
dagop: move annotateline and _annotatepair from context.py
|
Thu, 22 Sep 2016 18:41:51 +0900 |
Yuya Nishihara |
dagop: use heap to compute max rev in filectxancestors()
|
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 18:18:56 +0900 |
Yuya Nishihara |
dagop: put start fctx into visit dict of filectxancestors()
|
Thu, 22 Sep 2016 18:11:37 +0900 |
Yuya Nishihara |
dagop: change visit dict of filectxancestors() indexed solely by rev
|
Thu, 22 Sep 2016 18:01:55 +0900 |
Yuya Nishihara |
dagop: use fctx.rev() consistently in filectxancestors()
|
Thu, 22 Sep 2016 17:48:46 +0900 |
Yuya Nishihara |
dagop: yield intro filectx by filectxancestors()
|
Sun, 22 Oct 2017 17:23:34 +0900 |
Yuya Nishihara |
filectx: extract helper method to obtain filectx pointing to its introrev
|
Thu, 22 Sep 2016 17:16:53 +0900 |
Yuya Nishihara |
dagop: copy basefilectx.ancestors() to free function
|
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
|