hgbook

view 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
line source
1 <screen><prompt>$</prompt> <userinput>hg help init</userinput>
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
20 </screen>