hgbook

annotate en/examples/tour.help.out @ 548:5ffee9123bbf

Fix most remaining examples
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Jan 29 22:46:56 2009 -0800 (2009-01-29)
parents 83790457e85b
children
rev   line source
bos@144 1 $ \textbf{hg help init}
bos@144 2 hg init [-e CMD] [--remotecmd CMD] [DEST]
bos@144 3
bos@144 4 create a new repository in the given directory
bos@144 5
bos@548 6 Initialize a new repository in the given directory. If the given
bos@144 7 directory does not exist, it is created.
bos@144 8
bos@144 9 If no directory is given, the current directory is used.
bos@144 10
bos@144 11 It is possible to specify an ssh:// URL as the destination.
bos@548 12 See 'hg help urls' for more information.
bos@144 13
bos@144 14 options:
bos@144 15
bos@144 16 -e --ssh specify ssh command to use
bos@144 17 --remotecmd specify hg command to run on the remote side
bos@191 18
bos@191 19 use "hg -v help init" to show global options