log mercurial/graphmod.py @ 26412:7e8e3c0920a6

age author description
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
Wed, 08 Oct 2014 02:43:51 -0700 Pierre-Yves David dagwalker: drop a useless intermediate variable
Fri, 10 Oct 2014 11:27:04 -0700 Pierre-Yves David graphnode: remove usage of `set()`
Fri, 14 Mar 2014 08:46:46 -0700 Lucas Moscovicz graphmod: changed code in dagwalker to use lazy implementations
Wed, 23 Jan 2013 00:20:26 -0600 Bryan O'Sullivan graphmod: don't try to visit nullrev (issue3772) stable
Wed, 11 Jul 2012 17:13:39 +0200 Patrick Mezard graphlog: extract ascii drawing code into graphmod
Sun, 22 Jan 2012 19:35:26 +0700 Patrick Mezard hgweb: refactor graph customization javascript
Fri, 17 Feb 2012 13:53:41 -0600 Matt Mackall graphmod: add config cache
Fri, 17 Feb 2012 13:53:19 -0600 Matt Mackall graphmod: rewrite graph config validation
Sun, 22 Jan 2012 19:47:03 +0700 Constantine Linnick graph: in hgrc specify line color for main branch
Sun, 22 Jan 2012 19:35:26 +0700 Constantine Linnick graph: in hgrc specify line width for main branch
Sun, 01 May 2011 15:51:46 +0200 Patrick Mezard graphmod: correctly emit nodes with more than 2 predecessors
Sat, 30 Apr 2011 19:42:00 +0200 Patrick Mezard graphlog: use a set for inclusion test
Sat, 30 Apr 2011 15:10:58 +0300 Idan Kamara graphmod: restore generator nature of dagwalker
Sat, 30 Apr 2011 13:59:14 +0200 Alexander Solovyov remove unused imports and variables
Sat, 23 Apr 2011 15:04:15 +0200 Alexander Solovyov graphlog: make use of graphmod's revset support
Sun, 13 Mar 2011 15:53:38 +0100 Alexander Solovyov graphmod: use revsets internally
Mon, 08 Nov 2010 22:45:56 +0900 Nicolas Dumazet graphmod: safer code when a changeset has two identical parents stable
Sun, 07 Mar 2010 17:44:43 +0100 Benoit Boissinot hgweb/graph: edge should be same color as the destination