# HG changeset patch # User Bryan O'Sullivan # Date 1200686506 28800 # Node ID cac3ac4536e53a910b2795f5db24cb00c243eb2e # Parent 0a5879ea54163e0e71c4d38d9d69d2385f916cb5 Better wording, again per Jim Blandy. diff -r 0a5879ea5416 -r cac3ac4536e5 en/examples/mq.dodiff --- a/en/examples/mq.dodiff Fri Jan 18 11:58:40 2008 -0800 +++ b/en/examples/mq.dodiff Fri Jan 18 12:01:46 2008 -0800 @@ -2,8 +2,8 @@ #$ name: diff -echo 'this is my first line' > oldfile -echo 'my first line is here' > newfile +echo 'this is my original thought' > oldfile +echo 'i have changed my mind' > newfile diff -u oldfile newfile > tiny.patch