hgbook

annotate ja/undo-simple.dot @ 998:9d32b10fdb1e

updating .hgignore to ignore the same files other translation ignores
author Romain PELISSE <belaran@gmail.com>
date Sat Sep 12 20:52:35 2009 +0200 (2009-09-12)
parents
children
rev   line source
foozy@708 1 digraph undo_simple {
foozy@708 2 "first change" -> "second change";
foozy@708 3 "second change" -> "back out\nsecond change";
foozy@708 4 }