bos@144: $ \textbf{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@144: 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@144: Look at the help text for the pull command for important details bos@144: about ssh:// URLs. 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