hgbook
view it/examples/daily.files.add-dir.it @ 897:e917517d1ef9
White background not needed for body if content is wrapped into .chapter.
author | dukebody <dukebody@gmail.com> |
---|---|
date | Mon Oct 26 12:43:43 2009 +0100 (2009-10-26) |
parents | 3d5e63d5d180 |
children | 719b03ea27c8 |
line source
1 <!-- BEGIN daily.files.add-dir -->
2 <screen><prompt>$</prompt> <userinput>mkdir b</userinput>
3 <prompt>$</prompt> <userinput>echo b > b/qualchefile.txt</userinput>
4 <prompt>$</prompt> <userinput>echo c > b/sorgente.cpp</userinput>
5 <prompt>$</prompt> <userinput>mkdir b/d</userinput>
6 <prompt>$</prompt> <userinput>echo d > b/d/test.h</userinput>
7 <prompt>$</prompt> <userinput>hg add b</userinput>
8 aggiungo b/d/test.h
9 aggiungo b/qualchefile.txt
10 agginugo b/sorgente.cpp
11 <prompt>$</prompt> <userinput>hg commit -m "Aggiunti tutti i file nella sottodirectory."</userinput>
12 </screen>
13 <!-- END daily.files.add-dir -->