Generating a mercurial branch diagram
Martin Geisler
mg at aragost.com
Tue Apr 24 08:36:03 UTC 2012
Angel Ezquerra <angel.ezquerra at gmail.com> writes:
> I think that it should be possible and not too hard to generate a
> graphviz file from the hg log output.
That's already there! Use
hg debugindexdot .hg/store/00changelog.i
to get a Graphviz representation of the changelog. I didn't mention it
since the output is quite simple: must the revision number.
Post-processing (or better, a proper Mercurial extension) could of
course add more information to this output. Then we enter the domain
where Robert will be writing his own log visualizer.
--
Martin Geisler
aragost Trifork
Commercial Mercurial support
http://aragost.com/mercurial/
More information about the Mercurial
mailing list