hgbook

view es/undo-simple.dot @ 440:aeda195f54a6

Finally finished translating collab and taking mq and hgext
author Igor TAmara <igor@tamarapatino.org>
date Sat Dec 06 01:01:39 2008 -0500 (2008-12-06)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }