sapling/mercurial/hgweb
Peter Arrenbrecht fd55ac9c4d graphmod/webcommands: use generic DAG walks
Changes graph() to colorededges(), which operates on the new
generic DAG walks and adds color and edge information needed
by the web graph.

This is in preparation of adding DAG walk filters, like the
linear run collapser in the next patch. The idea is to have
a bunch of changelog walkers that return basic data. Then we
can filter this data. Finally we add edge and formatting info
suitable for the output media we want to target (glog, hgweb).
2009-06-19 13:44:23 +02:00
..
__init__.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
common.py Generally replace "file name" with "filename" in help and comments. 2009-06-09 09:25:17 -04:00
hgweb_mod.py wrap string literals in error messages 2009-05-31 01:30:16 +02:00
hgwebdir_mod.py wrap string literals in error messages 2009-05-31 01:30:16 +02:00
protocol.py named branches: server branchmap wire protocol support (issue736) 2009-05-23 17:02:49 +02:00
request.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
server.py wrap string literals in error messages 2009-05-31 01:30:16 +02:00
webcommands.py graphmod/webcommands: use generic DAG walks 2009-06-19 13:44:23 +02:00
webutil.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
wsgicgi.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00