hgbook
view it/examples/daily.copy.init.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 | 3d5e63d5d180 |
children | 719b03ea27c8 |
line source
1 <!-- BEGIN daily.copy.init -->
2 <screen><prompt>$</prompt> <userinput>hg init mia-copia</userinput>
3 <prompt>$</prompt> <userinput>cd mia-copia</userinput>
4 <prompt>$</prompt> <userinput>echo riga > file</userinput>
5 <prompt>$</prompt> <userinput>hg add file</userinput>
6 <prompt>$</prompt> <userinput>hg commit -m "Aggiunto un file."</userinput>
7 </screen>
8 <!-- END daily.copy.init -->