log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
hgbook
view en/undo-simple.dot @ 565:8a9c66da6fcb
find changesets by author, revision, files, or words in the commit message
Fix thinko
author
Bryan O'Sullivan <bos@serpentine.com>
date
Mon Mar 09 21:40:12 2009 -0700 (2009-03-09)
parents
children
line source
1
digraph undo_simple {
2
"first change" -> "second change";
3
"second change" -> "back out\nsecond change";
4
}