hgbook

diff en/examples/results/tour.help.out @ 563:44d1363234d2

Move example output files into examples/results
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 09 21:37:47 2009 -0700 (2009-03-09)
parents en/examples/tour.help.out@5ffee9123bbf
children 0d5935744f87
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/en/examples/results/tour.help.out	Mon Mar 09 21:37:47 2009 -0700
     1.3 @@ -0,0 +1,19 @@
     1.4 +$ \textbf{hg help init}
     1.5 +hg init [-e CMD] [--remotecmd CMD] [DEST]
     1.6 +
     1.7 +create a new repository in the given directory
     1.8 +
     1.9 +    Initialize a new repository in the given directory. If the given
    1.10 +    directory does not exist, it is created.
    1.11 +
    1.12 +    If no directory is given, the current directory is used.
    1.13 +
    1.14 +    It is possible to specify an ssh:// URL as the destination.
    1.15 +    See 'hg help urls' for more information.
    1.16 +
    1.17 +options:
    1.18 +
    1.19 + -e --ssh        specify ssh command to use
    1.20 +    --remotecmd  specify hg command to run on the remote side
    1.21 +
    1.22 +use "hg -v help init" to show global options