hgbook
annotate ja/examples/tour.help.out @ 1042:b08a63383d04
1.6.1 2 para translated
author | zhaopingsun |
---|---|
date | Mon Nov 09 21:53:10 2009 -0500 (2009-11-09) |
parents | |
children |
rev | line source |
---|---|
foozy@708 | 1 $ \textbf{hg help init} |
foozy@708 | 2 hg init [-e CMD] [--remotecmd CMD] [DEST] |
foozy@708 | 3 |
foozy@708 | 4 create a new repository in the given directory |
foozy@708 | 5 |
foozy@708 | 6 Initialize a new repository in the given directory. If the given |
foozy@708 | 7 directory does not exist, it is created. |
foozy@708 | 8 |
foozy@708 | 9 If no directory is given, the current directory is used. |
foozy@708 | 10 |
foozy@708 | 11 It is possible to specify an ssh:// URL as the destination. |
foozy@708 | 12 Look at the help text for the pull command for important details |
foozy@708 | 13 about ssh:// URLs. |
foozy@708 | 14 |
foozy@708 | 15 options: |
foozy@708 | 16 |
foozy@708 | 17 -e --ssh specify ssh command to use |
foozy@708 | 18 --remotecmd specify hg command to run on the remote side |
foozy@708 | 19 |
foozy@708 | 20 use "hg -v help init" to show global options |