hgbook

changeset 265:d9a1faa45c30

added a space between -m and the commit message.
author bab@draketo.de
date Fri Aug 31 11:36:14 2007 +0200 (2007-08-31)
parents f8a2fe77908d
children 08ae82a18abd
files en/examples/daily.files
line diff
     1.1 --- a/en/examples/daily.files	Fri Aug 31 11:15:18 2007 +0200
     1.2 +++ b/en/examples/daily.files	Fri Aug 31 11:36:14 2007 +0200
     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