hgbook

diff en/undo-simple.dot @ 320:97e929385442

Small typos, plus a perl regexp match. It was stripping newlines!
author Taavi Burns <taavi@taaviburns.ca>
date Sun Aug 31 12:14:23 2008 -0400 (2008-08-31)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/en/undo-simple.dot	Sun Aug 31 12:14:23 2008 -0400
     1.3 @@ -0,0 +1,4 @@
     1.4 +digraph undo_simple {
     1.5 +	"first change" -> "second change";
     1.6 +	"second change" -> "back out\nsecond change";
     1.7 +}