hgbook

view it/examples/filenames.wdir-subdir.it @ 1114:527b86d55d4a

inotify: update installation information

inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sun Dec 13 16:35:56 2009 +0900 (2009-12-13)
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 -->