hgbook

view it/examples/tour.help.it @ 781:6ba4c405d262

Minor changes and translation of code snippets for Ch.2.
author Giulio@puck
date Sun Aug 09 17:14:29 2009 +0200 (2009-08-09)
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 -->