hgbook

annotate 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
rev   line source
bos@611 1 <!-- BEGIN tour.help -->
bos@564 2 <screen><prompt>$</prompt> <userinput>hg help init</userinput>
bos@144 3 hg init [-e CMD] [--remotecmd CMD] [DEST]
bos@144 4
bos@144 5 create a new repository in the given directory
bos@144 6
bos@548 7 Initialize a new repository in the given directory. If the given
bos@144 8 directory does not exist, it is created.
bos@144 9
bos@144 10 If no directory is given, the current directory is used.
bos@144 11
bos@144 12 It is possible to specify an ssh:// URL as the destination.
bos@548 13 See 'hg help urls' for more information.
bos@144 14
bos@144 15 options:
bos@144 16
bos@144 17 -e --ssh specify ssh command to use
bos@144 18 --remotecmd specify hg command to run on the remote side
bos@191 19
bos@191 20 use "hg -v help init" to show global options
bos@564 21 </screen>
bos@611 22 <!-- END tour.help -->