hgbook

view ja/undo-simple.dot @ 887:0aeeeab529d6

Merge with Dongsheng
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Oct 27 21:29:13 2009 -0700 (2009-10-27)
parents
children
line source
1 digraph undo_simple {
2 "first change" -> "second change";
3 "second change" -> "back out\nsecond change";
4 }