log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
hgbook
view en/undo-simple.dot @ 313:a168daed199b
find changesets by author, revision, files, or words in the commit message
Fix typos
author
Simon Ruderich <simon@ruderich.org>
date
Tue Aug 26 13:55:04 2008 -0700 (2008-08-26)
parents
children
line source
1
digraph undo_simple {
2
"first change" -> "second change";
3
"second change" -> "back out\nsecond change";
4
}