[PATCH] hgweb: make graph data suitable for template usage

Dirkjan Ochtman dirkjan at ochtman.nl
Thu May 17 10:54:45 CDT 2012


On Thu, May 3, 2012 at 1:08 AM, Paul Boddie <paul at boddie.org.uk> wrote:
> In order to test these changes, the raw theme has been modified
> to include templates for graph nodes and edges. In a similar
> fashion, themes could employ technologies such as SVG that lend
> themselves to templating to produce the graph display. This patch
> makes use of a much simpler output representation than SVG in
> order to maintain clarity.

You're a little vague about the actual use case you're trying to
satisfy. Are you actually trying to do SVG graphs in your custom
theme, and looking for a better data structure from hg so you can do
that through templating?

Cheers,

Dirkjan


More information about the Mercurial-devel mailing list