hgbook

annotate en/examples/results/tour.help.out @ 564:0d5935744f87

Switch from LaTeX to XML for examples.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 09 21:39:23 2009 -0700 (2009-03-09)
parents 44d1363234d2
children 4432ad34b8e5
rev   line source
bos@564 1 <screen><prompt>$</prompt> <userinput>hg help init</userinput>
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
bos@564 20 </screen>