hgbook

view es/undo-simple.dot @ 1031:d6d7136b0f74

Merge with gpiancastelli
author Bryan O'Sullivan <bos@serpentine.com>
date Sat Jul 10 06:24:30 2010 +0100 (2010-07-10)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }