Differences between revisions 8 and 9
Revision 8 as of 2009-05-19 19:30:59
Size: 283
Editor: localhost
Comment: converted to 1.6 markup
Revision 9 as of 2009-07-05 11:55:01
Size: 527
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
{{{#!dot
digraph {
   label="Bob's repo"
   rankdir = LR
   node [shape=box]
   a -> b -> c -> d -> e -> f -> "working dir" [dir=back]
   e [color=blue]
   f [color=blue]
   d -> g [dir=back]
   g [color=red, label="g (tip)"]
}
}}}

Martin Geisler

Email: mg@lazybytes.net
IRC: mg

Hi, I'm a happy Mercurial user and crew comitter. I have started a Danish translation of Mercurial, please see TranslatingMercurial if you want to help or maybe start your own translation.


CategoryHomepage

MartinGeisler (last edited 2013-05-14 12:17:38 by MartinGeisler)