hgbook

view en/examples/results/tour.help.out @ 611:4432ad34b8e5

Check in example outputs with begin/end markers.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 12:19:01 2009 -0700 (2009-03-31)
parents 0d5935744f87
children
line source
1 <!-- BEGIN tour.help -->
2 <screen><prompt>$</prompt> <userinput>hg help init</userinput>
3 hg init [-e CMD] [--remotecmd CMD] [DEST]
5 create a new repository in the given directory
7 Initialize a new repository in the given directory. If the given
8 directory does not exist, it is created.
10 If no directory is given, the current directory is used.
12 It is possible to specify an ssh:// URL as the destination.
13 See 'hg help urls' for more information.
15 options:
17 -e --ssh specify ssh command to use
18 --remotecmd specify hg command to run on the remote side
20 use "hg -v help init" to show global options
21 </screen>
22 <!-- END tour.help -->