bos@564: $ hg help init bos@144: hg init [-e CMD] [--remotecmd CMD] [DEST] bos@144: bos@144: create a new repository in the given directory bos@144: bos@548: Initialize a new repository in the given directory. If the given bos@144: directory does not exist, it is created. bos@144: bos@144: If no directory is given, the current directory is used. bos@144: bos@144: It is possible to specify an ssh:// URL as the destination. bos@548: See 'hg help urls' for more information. bos@144: bos@144: options: bos@144: bos@144: -e --ssh specify ssh command to use bos@144: --remotecmd specify hg command to run on the remote side bos@191: bos@191: use "hg -v help init" to show global options bos@564: