hgbook

view es/undo-simple.dot @ 600:1735c9699f92

Accommodate change in Django admin code.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 08:58:25 2009 -0700 (2009-03-31)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }