comparison ja/examples/tour.help.out @ 290:b0db5adf11c1 ja_root

fork Japanese translation.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Wed, 06 Feb 2008 17:43:11 +0900
parents en/examples/tour.help.out@f078515438d2
children
comparison
equal deleted inserted replaced
289:7be02466421b 290:b0db5adf11c1
1 $ \textbf{hg help init}
2 hg init [-e CMD] [--remotecmd CMD] [DEST]
3
4 create a new repository in the given directory
5
6 Initialize a new repository in the given directory. If the given
7 directory does not exist, it is created.
8
9 If no directory is given, the current directory is used.
10
11 It is possible to specify an ssh:// URL as the destination.
12 Look at the help text for the pull command for important details
13 about ssh:// URLs.
14
15 options:
16
17 -e --ssh specify ssh command to use
18 --remotecmd specify hg command to run on the remote side
19
20 use "hg -v help init" to show global options