hgbook

view it/examples/tour.help.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 tour.help -->
2 <screen><prompt>$</prompt> <userinput>hg help init</userinput>
3 hg init [-e CMD] [--remotecmd CMD] [DEST]
5 crea un nuovo repository nella directory data
7 Inizializza un nuovo repository nella directory data. Se questa
8 directory non esiste, viene creata.
10 Se non viene data alcuna directory, il comando usa la directory
11 corrente.
13 &Egrave; possibile specificare un URL ssh:// come destinazione.
14 Si veda 'hg help urls' per maggiori informazioni.
16 opzioni:
18 -e --ssh specifica il comando ssh da usare
19 --remotecmd specifica il comando hg da eseguire in remoto
21 usate "hg -v help init" per vedere le opzioni globali
22 </screen>
23 <!-- END tour.help -->