mercurial/dagop.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
less more (0) tip