hgbook

view es/undo-simple.dot @ 969:108c5ecc8232

fix merge with Bryan on this particular file
author Romain PELISSE <belaran@gmail.com>
date Sun Aug 16 18:08:05 2009 +0200 (2009-08-16)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }