hgbook

annotate en/examples/results/tour.help.out @ 648:e0ac2341a861

Fix building error introduced by bos at rev 8366882f67f2
author Dongsheng Song <dongsheng.song@gmail.com>
date Wed Mar 18 21:50:57 2009 +0800 (2009-03-18)
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>