view en/examples/results/tour.merge.clone.out @ 668:60ee738fdc0e

Fix quoting of entity declarations.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 09 Mar 2009 23:32:15 -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>