Mercurial > hgbook
view en/examples/results/tour.merge.clone.out @ 709:4432ad34b8e5
Check in example outputs with begin/end markers.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 31 Mar 2009 12:19:01 -0700 |
parents | 0d5935744f87 |
children |
line wrap: on
line source
<!-- BEGIN tour.merge.clone --> <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> <!-- END tour.merge.clone -->