log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
hgbook
view en/undo-simple.dot @ 311:53e20c92b6b6
find changesets by author, revision, files, or words in the commit message
Added missing dot.
author
Mariusz Mazur <mmazur@kernel.pl>
date
Tue Aug 26 18:58:20 2008 +0200 (2008-08-26)
parents
children
line source
1
digraph undo_simple {
2
"first change" -> "second change";
3
"second change" -> "back out\nsecond change";
4
}