hgbook
view it/examples/ch01-new.add.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 ch01/new.add -->
2 <screen><prompt>$</prompt> <userinput>cd mioprogetto</userinput>
3 <prompt>$</prompt> <userinput>cp ../hello.c .</userinput>
4 <prompt>$</prompt> <userinput>cp ../goodbye.c .</userinput>
5 <prompt>$</prompt> <userinput>hg add</userinput>
6 aggiungo goodbye.c
7 aggiungo hello.c
8 <prompt>$</prompt> <userinput>hg status</userinput>
9 A goodbye.c
10 A hello.c
11 </screen>
12 <!-- END ch01/new.add -->