hgbook

view it/examples/filenames.wdir-subdir.it @ 1011:a05a5ae66c38

merge
author Romain PELISSE <belaran@gmail.com>
date Mon Nov 23 10:51:14 2009 +0100 (2009-11-23)
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 -->