hgbook

diff en/examples/template.simple @ 927:d2e041bef460

Correcting a few typos, spotted while translating the hgboox in french, in the english version
author Romain PELISSE <romain.pelisse@atosorigin.com>
date Sun Feb 08 15:38:18 2009 +0100 (2009-02-08)
parents b476081a9c04
children
line diff
     1.1 --- a/en/examples/template.simple	Tue Oct 03 13:03:42 2006 -0700
     1.2 +++ b/en/examples/template.simple	Sun Feb 08 15:38:18 2009 +0100
     1.3 @@ -1,5 +1,9 @@
     1.4  #!/bin/bash
     1.5  
     1.6 +# So many different bits of random output, it would be a nightmare to
     1.7 +# ignore each individually.
     1.8 +#$ ignore: .*
     1.9 +
    1.10  hg init myrepo
    1.11  cd myrepo
    1.12  echo hello > hello