log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
hgbook
view it/figs/undo-simple.dot @ 854:18b67e30ba27
find changesets by author, revision, files, or words in the commit message
Wording.
author
gpiancastelli
date
Sat Aug 22 21:56:15 2009 +0200 (2009-08-22)
parents
children
line source
1
digraph undo_simple {
2
"prima modifica" -> "seconda modifica";
3
"seconda modifica" -> "ritira la\nseconda modifica";
4
}