hgbook

diff ja/examples/tour.help.out @ 1114:527b86d55d4a

inotify: update installation information

inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sun Dec 13 16:35:56 2009 +0900 (2009-12-13)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ja/examples/tour.help.out	Sun Dec 13 16:35:56 2009 +0900
     1.3 @@ -0,0 +1,20 @@
     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 +    Look at the help text for the pull command for important details
    1.16 +    about ssh:// URLs.
    1.17 +
    1.18 +options:
    1.19 +
    1.20 + -e --ssh        specify ssh command to use
    1.21 +    --remotecmd  specify hg command to run on the remote side
    1.22 +
    1.23 +use "hg -v help init" to show global options