log mercurial/graphmod.py @ 37084:f0b6fbea00cf

age author description
Wed, 14 Feb 2018 15:43:03 +0530 Pulkit Goyal py3: slice over bytes to prevent getting ascii values
Sun, 22 Oct 2017 22:52:36 +0900 Yuya Nishihara graphlog: remove redundant check for empty revs
Tue, 15 Aug 2017 10:15:31 -0700 Danny Hooper log: add a "graphwidth" template variable
Sun, 16 Oct 2016 18:03:24 +0900 Yuya Nishihara dagop: split module hosting DAG-related algorithms from revset
Thu, 04 May 2017 04:38:20 +0530 Pulkit Goyal py3: use list of bytes rather than bytestring while extending bytes into lists
Mon, 20 Mar 2017 11:50:55 +0900 Yuya Nishihara graphlog: draw multiple edges towards null node (issue5440)
Sun, 19 Feb 2017 18:16:09 +0900 Yuya Nishihara revset: import set classes directly from smartset module
Mon, 13 Jun 2016 18:20:00 +0100 Martijn Pieters revset: add new topographical sort
Mon, 13 Jun 2016 18:20:00 +0100 Martijn Pieters revset: move groupbranchiter over from graphmod
Mon, 16 May 2016 16:41:26 +0100 Martijn Pieters graphmod: update edgemap in-place
Wed, 04 May 2016 20:11:59 +0100 Martijn Pieters graphmod: partial edge styling
Wed, 20 Apr 2016 18:26:29 +0100 Martijn Pieters graphmod: fix seen state handling for > 2 parents (issue5174) stable
Fri, 08 Apr 2016 16:42:43 +0200 santiagopim graphmod: shorten graph
Wed, 23 Mar 2016 13:34:47 -0700 Martijn Pieters graphmod: set default edge styles for ascii graphs (BC)
Sat, 19 Mar 2016 16:37:47 -0700 Martijn Pieters graphmod: allow edges to end early
Sat, 19 Mar 2016 16:46:15 -0700 Martijn Pieters graphmod: allow for different styles for different edge types
Fri, 04 Mar 2016 14:44:32 +0000 Martijn Pieters graphmod: augment the graph to include more information about the edges
Fri, 04 Mar 2016 14:44:32 +0000 Martijn Pieters graphmod: refactor state handling
Tue, 08 Sep 2015 23:00:44 +0900 Yuya Nishihara graphmod: compute slow revset query once prior to reachableroots (issue4782)
Fri, 21 Aug 2015 16:03:25 -0700 Pierre-Yves David graphmod: stop building a list out of branchgroupiter
Fri, 19 Jun 2015 20:28:52 -0700 Laurent Charignon revset: remove grandparent by using reachableroots
Sat, 08 Aug 2015 19:18:23 -0700 Gregory Szorc graphmod: use absolute_import
Sun, 18 Jan 2015 02:38:57 +0100 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Tue, 09 Dec 2014 09:35:04 -0500 Augie Fackler graphmod: attempt to clarify documentation of groupbranchiter()
Mon, 08 Dec 2014 15:20:28 -0500 Augie Fackler graphmod: rename graph-topological config to graph-group-branches
Thu, 04 Sep 2014 19:28:17 +0200 Pierre-Yves David groupbranchiter: allow callers to select the first branch
Thu, 04 Sep 2014 19:05:36 +0200 Pierre-Yves David groupbranchiter: support for non-contiguous revsets
Fri, 14 Nov 2014 20:08:59 +0000 Pierre-Yves David groubranchhiter: indent most of the inner code
Fri, 14 Nov 2014 17:37:59 +0000 Pierre-Yves David graphlog: add a way to test the 'groupbranchiter' function
Thu, 04 Sep 2014 18:19:32 +0200 Pierre-Yves David graphmod: add a function for topological iteration