Mercurial > hgbook
view en/examples/results/branching.main.out @ 744:1114da00d30e
Fix '<programlisting>' in ch02-tour-basic.xml
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Wed, 18 Mar 2009 19:43:46 +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!' >> 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>