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