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
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Mon, 14 Dec 2009 00:32:29 +0900 |
Nicolas Dumazet |
cmdutil: replace sys.maxint with None as default value in loglimit
|
Fri, 11 Dec 2009 15:25:33 +0900 |
Nicolas Dumazet |
graphlog: fix output when both a limit and a path are provided
stable
|
Fri, 06 Nov 2009 08:27:17 +0100 |
Dirkjan Ochtman |
graphlog: don't pass filectxs to the templater (issue1896)
|
Fri, 19 Jun 2009 13:44:23 +0200 |
Peter Arrenbrecht |
graphmod/webcommands: use generic DAG walks
|
Sat, 16 May 2009 07:12:12 +0200 |
Peter Arrenbrecht |
graphmod: rename a bunch of vars in graph()
|
Fri, 19 Jun 2009 13:22:32 +0200 |
Peter Arrenbrecht |
graphmod/graphlog: make dag walks carry data as type, payload
|
Fri, 19 Jun 2009 13:14:45 +0200 |
Peter Arrenbrecht |
graphmod/graphlog: extract nodelistwalk
|
Fri, 19 Jun 2009 13:14:01 +0200 |
Peter Arrenbrecht |
graphmod/graphlog: move log walks to graphmod
|
Thu, 14 May 2009 17:32:31 +0200 |
Peter Arrenbrecht |
graphmod: code cleanup and doc fix
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Mon, 23 Mar 2009 13:12:07 +0100 |
Peter Arrenbrecht |
cleanup: drop unused imports
|
Sun, 04 Jan 2009 19:10:42 +0100 |
Dirkjan Ochtman |
hgweb: fix problems with empty repositories
|
Tue, 28 Oct 2008 19:25:26 +0100 |
Benoit Boissinot |
remove unused variables
|
Fri, 12 Sep 2008 16:15:01 +0200 |
Dirkjan Ochtman |
hgweb: let the web graph cope with low revisions/new repositories (issue1293)
|
Thu, 26 Jun 2008 14:35:46 -0500 |
Matt Mackall |
use repo[changeid] to get a changectx
|
Wed, 18 Jun 2008 07:06:41 +0200 |
Dirkjan Ochtman |
add graph page to hgweb
|