hgbook

diff en/examples/results/mq.dodiff.diff.out @ 563:44d1363234d2

Move example output files into examples/results
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 09 21:37:47 2009 -0700 (2009-03-09)
parents en/examples/mq.dodiff.diff.out@7be02466421b
children 0d5935744f87
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/en/examples/results/mq.dodiff.diff.out	Mon Mar 09 21:37:47 2009 -0700
     1.3 @@ -0,0 +1,13 @@
     1.4 +$ \textbf{echo 'this is my original thought' > oldfile}
     1.5 +$ \textbf{echo 'i have changed my mind' > newfile}
     1.6 +$ \textbf{diff -u oldfile newfile > tiny.patch}
     1.7 +$ \textbf{cat tiny.patch}
     1.8 +
     1.9 +
    1.10 +@@ -1 +1 @@
    1.11 +-this is my original thought
    1.12 ++i have changed my mind
    1.13 +$ \textbf{patch < tiny.patch}
    1.14 +patching file oldfile
    1.15 +$ \textbf{cat oldfile}
    1.16 +i have changed my mind