hgbook
annotate en/examples/tour.help.out @ 300:b0d1aec44945
Fix sample output for test 'tag'.
author | Guido Ostkamp <hg@ostkamp.fastmail.fm> |
---|---|
date | Wed Aug 20 21:56:16 2008 +0200 (2008-08-20) |
parents | 006bbad1f190 |
children | 1b52bda675d0 |
rev | line source |
---|---|
bos@144 | 1 $ \textbf{hg help init} |
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@144 | 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@144 | 12 Look at the help text for the pull command for important details |
bos@144 | 13 about ssh:// URLs. |
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 |