hgbook
view it/examples/tour.help.it @ 917:93154fbaae9b
Merge with http://bitbucket.org/dukebody/hgbook-alqua/
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue Oct 27 21:31:06 2009 -0700 (2009-10-27) |
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 È 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 -->