Mercurial > hgbook
diff en/examples/tour @ 714:c44d5854620b
Fix up chapter 1.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 31 Mar 2009 22:38:30 -0700 |
parents | fb5c0d56d7f1 |
children | 4e23c220d1b0 |
line wrap: on
line diff
--- a/en/examples/tour Tue Mar 31 09:04:23 2009 -0700 +++ b/en/examples/tour Tue Mar 31 22:38:30 2009 -0700 @@ -52,10 +52,17 @@ hg clone hello my-hello cd my-hello -#$ name: sed +#$ name: cat1 +cat hello.c + +#$ name: sed -i '/printf/a\\tprintf("hello again!\\n");' hello.c +#$ name: cat2 +# ... edit edit edit ... +cat hello.c + #$ name: status ls