log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
hgbook
view en/undo-simple.dot @ 414:c7234c5d01b2
find changesets by author, revision, files, or words in the commit message
corrected typo
author
Javier Rojas <jerojasro@devnull.li>
date
Tue Nov 11 23:14:03 2008 -0500 (2008-11-11)
parents
children
line source
1
digraph undo_simple {
2
"first change" -> "second change";
3
"second change" -> "back out\nsecond change";
4
}