hgbook

diff en/examples/daily.files @ 565:8a9c66da6fcb

Fix thinko
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 09 21:40:12 2009 -0700 (2009-03-09)
parents 5b034c2b74f7
children eb11ec9eed8c
line diff
     1.1 --- a/en/examples/daily.files	Tue Mar 06 21:35:51 2007 -0800
     1.2 +++ b/en/examples/daily.files	Mon Mar 09 21:40:12 2009 -0700
     1.3 @@ -61,7 +61,7 @@
     1.4  cd missing-example
     1.5  echo a > a
     1.6  hg add a
     1.7 -hg commit -m'File about to be missing'
     1.8 +hg commit -m 'File about to be missing'
     1.9  rm a
    1.10  hg status
    1.11