hgbook

view it/examples/filenames.wdir-subdir.it @ 996:6f8c48362758

merge with trunk
author Romain PELISSE <belaran@gmail.com>
date Sat Sep 12 17:58:56 2009 +0200 (2009-09-12)
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 -->