hgbook

view it/examples/daily.files.addremove.it @ 910:5d10677c3dbd

Align the comments themselves and the comment form to the left.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 21:50:49 2009 +0100 (2009-10-26)
parents
children
line source
1 <!-- BEGIN daily.files.addremove -->
2 <screen><prompt>$</prompt> <userinput>hg init esempio-addremove</userinput>
3 <prompt>$</prompt> <userinput>cd esempio-addremove</userinput>
4 <prompt>$</prompt> <userinput>echo a &gt; a</userinput>
5 <prompt>$</prompt> <userinput>echo b &gt; b</userinput>
6 <prompt>$</prompt> <userinput>hg addremove</userinput>
7 aggiungo a
8 aggiungo b
9 </screen>
10 <!-- END daily.files.addremove -->