hgbook

changeset 288:cac3ac4536e5

Better wording, again per Jim Blandy.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Jan 18 12:01:46 2008 -0800 (2008-01-18)
parents 0a5879ea5416
children 7be02466421b
files en/examples/mq.dodiff
line diff
     1.1 --- a/en/examples/mq.dodiff	Fri Jan 18 11:58:40 2008 -0800
     1.2 +++ b/en/examples/mq.dodiff	Fri Jan 18 12:01:46 2008 -0800
     1.3 @@ -2,8 +2,8 @@
     1.4  
     1.5  #$ name: diff
     1.6  
     1.7 -echo 'this is my first line' > oldfile
     1.8 -echo 'my first line is here' > newfile
     1.9 +echo 'this is my original thought' > oldfile
    1.10 +echo 'i have changed my mind' > newfile
    1.11  
    1.12  diff -u oldfile newfile > tiny.patch
    1.13