hgbook

view it/examples/filenames.wdir-subdir.it @ 791:bf84d6b2281c

Minor changes and translation of code snippets for Ch.7.
author Giulio@puck
date Tue Aug 11 23:01:30 2009 +0200 (2009-08-11)
parents
children
line source
1 <!-- BEGIN filenames.wdir-subdir -->
2 <screen><prompt>$</prompt> <userinput>cd sorgenti</userinput>
3 <prompt>$</prompt> <userinput>hg add -n</userinput>
4 aggiungo ../MANIFEST.in
5 aggiungo ../esempi/efficiente.py
6 aggiungo ../setup.py
7 aggiungo principale.py
8 aggiungo controllore/_controllore.c
9 aggiungo controllore/controllore.py
10 aggiungo xyzzy.txt
11 <prompt>$</prompt> <userinput>hg add -n .</userinput>
12 aggiungo principale.py
13 aggiungo controllore/_controllore.c
14 aggiungo controllore/controllore.py
15 aggiungo xyzzy.txt
16 </screen>
17 <!-- END filenames.wdir-subdir -->