view en/examples/results/branching.main.out @ 739:a13813534ccd

Fix all xref to figs
author Dongsheng Song <dongsheng.song@gmail.com>
date Tue, 17 Mar 2009 10:43:45 +0800
parents 0d5935744f87
children 4432ad34b8e5
line wrap: on
line source

<screen><prompt>$</prompt> <userinput>cd ../main</userinput>
<prompt>$</prompt> <userinput>echo 'This is exciting and new!' &gt;&gt; myfile</userinput>
<prompt>$</prompt> <userinput>hg commit -m 'Add a new feature'</userinput>
<prompt>$</prompt> <userinput>cat myfile</userinput>
This is a boring feature.
This is exciting and new!
</screen>