hgbook

view en/examples/results/tour.help.out @ 563:44d1363234d2

Move example output files into examples/results
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 09 21:37:47 2009 -0700 (2009-03-09)
parents en/examples/tour.help.out@5ffee9123bbf
children 0d5935744f87
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 See 'hg help urls' for more information.
14 options:
16 -e --ssh specify ssh command to use
17 --remotecmd specify hg command to run on the remote side
19 use "hg -v help init" to show global options