# HG changeset patch # User bab@draketo.de # Date 1188552974 -7200 # Node ID d9a1faa45c3090836038883e55c416676a9401bd # Parent f8a2fe77908d86ff29f316972a2794240f1c50da added a space between -m and the commit message. diff -r f8a2fe77908d -r d9a1faa45c30 en/examples/daily.files --- a/en/examples/daily.files Fri Aug 31 11:15:18 2007 +0200 +++ b/en/examples/daily.files Fri Aug 31 11:36:14 2007 +0200 @@ -61,7 +61,7 @@ cd missing-example echo a > a hg add a -hg commit -m'File about to be missing' +hg commit -m 'File about to be missing' rm a hg status