Mercurial > hgbook
view en/examples/results/tour.merge.clone.out @ 688:4bb10cfa3812
Make actual use of the preface.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu, 26 Mar 2009 19:58:09 -0700 |
parents | 0d5935744f87 |
children | 4432ad34b8e5 |
line wrap: on
line source
<screen><prompt>$</prompt> <userinput>cd ..</userinput> <prompt>$</prompt> <userinput>hg clone hello my-new-hello</userinput> updating working directory 2 files updated, 0 files merged, 0 files removed, 0 files unresolved <prompt>$</prompt> <userinput>cd my-new-hello</userinput> <prompt>$</prompt> <userinput>sed -i '/printf/i\\tprintf("once more, hello.\\n");' hello.c</userinput> <prompt>$</prompt> <userinput>hg commit -m 'A new hello for a new day.'</userinput> </screen>