hgbook

view en/examples/tour.help.out @ 332:d13a05515acf

Fixing problem on bisect that inhibits building with mercurial 1.0 or later
author Igor Támara <igor@tamarapatino.org>
date Sat Oct 18 06:02:21 2008 -0500 (2008-10-18)
parents f078515438d2
children 83790457e85b
line source
1 $ \textbf{hg help init}
2 hg init [-e CMD] [--remotecmd CMD] [DEST]
4 create a new repository in the given directory
6 Initialize a new repository in the given directory. If the given
7 directory does not exist, it is created.
9 If no directory is given, the current directory is used.
11 It is possible to specify an ssh:// URL as the destination.
12 Look at the help text for the pull command for important details
13 about ssh:// URLs.
15 options:
17 -e --ssh specify ssh command to use
18 --remotecmd specify hg command to run on the remote side
20 use "hg -v help init" to show global options