Mercurial > hgbook
view en/examples/results/daily.files.addremove.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>hg init addremove-example</userinput> <prompt>$</prompt> <userinput>cd addremove-example</userinput> <prompt>$</prompt> <userinput>echo a > a</userinput> <prompt>$</prompt> <userinput>echo b > b</userinput> <prompt>$</prompt> <userinput>hg addremove</userinput> adding a adding b </screen>