hgbook

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/it/examples/filenames.wdir-subdir.it	Sun Dec 13 16:35:56 2009 +0900
     1.3 @@ -0,0 +1,17 @@
     1.4 +<!-- BEGIN filenames.wdir-subdir -->
     1.5 +<screen><prompt>$</prompt> <userinput>cd sorgenti</userinput>
     1.6 +<prompt>$</prompt> <userinput>hg add -n</userinput>
     1.7 +aggiungo ../MANIFEST.in
     1.8 +aggiungo ../esempi/efficiente.py
     1.9 +aggiungo ../setup.py
    1.10 +aggiungo principale.py
    1.11 +aggiungo controllore/_controllore.c
    1.12 +aggiungo controllore/controllore.py
    1.13 +aggiungo xyzzy.txt
    1.14 +<prompt>$</prompt> <userinput>hg add -n .</userinput>
    1.15 +aggiungo principale.py
    1.16 +aggiungo controllore/_controllore.c
    1.17 +aggiungo controllore/controllore.py
    1.18 +aggiungo xyzzy.txt
    1.19 +</screen>
    1.20 +<!-- END filenames.wdir-subdir -->