hgbook

diff en/examples/tour @ 609:c44d5854620b

Fix up chapter 1.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 22:38:30 2009 -0700 (2009-03-31)
parents fb5c0d56d7f1
children 4e23c220d1b0
line diff
     1.1 --- a/en/examples/tour	Wed Aug 20 22:15:35 2008 +0200
     1.2 +++ b/en/examples/tour	Tue Mar 31 22:38:30 2009 -0700
     1.3 @@ -52,10 +52,17 @@
     1.4  hg clone hello my-hello
     1.5  cd my-hello
     1.6  
     1.7 -#$ name: sed
     1.8 +#$ name: cat1
     1.9 +cat hello.c
    1.10 +
    1.11 +#$ name:
    1.12  
    1.13  sed -i '/printf/a\\tprintf("hello again!\\n");' hello.c
    1.14  
    1.15 +#$ name: cat2
    1.16 +# ... edit edit edit ...
    1.17 +cat hello.c
    1.18 +
    1.19  #$ name: status
    1.20  
    1.21  ls