Visualizing hg repositories

Hans Meine meine at informatik.uni-hamburg.de
Fri Apr 11 14:49:30 UTC 2008


Am Freitag, 11. April 2008 16:35:53 schrieb Patrick Mézard:
> Hans Meine a écrit :
> > Am Freitag, 11. April 2008 15:27:23 schrieben Sie:
> > At least, your blog post pointed me to another interesting extension:
> > graphlog.  Again, this sounds like what I want, but is too verbose.
>
> Check --template.

Good idea; hg glog --template '{rev}: {desc}\n' is better already (funny what 
happens when you leave out the trailing \n).

But ideally, I would like to have a "compressed" ASCII art drawing like that 
posted before:
      /-[32-36,40-47]-\
[0-31]                 [48-56]
      \-[37-39]-------/

For glog, I could also imagine something like this:

@  37-44
|
| o  36
|/
o  32-35
|
| o  31
|
o  0-30

Of course, this does not fit in the current templateable output system very 
well..

-- 
Ciao, /  /
     /--/
    /  / ANS




More information about the Mercurial mailing list