]> git.proxmox.com Git - cargo.git/commitdiff
Document ability to configure `cargo-new.vcs = "hg"`
authorKevin Bullock <kbullock@ringworld.org>
Mon, 15 Aug 2016 18:36:49 +0000 (13:36 -0500)
committerKevin Bullock <kbullock@ringworld.org>
Mon, 15 Aug 2016 18:36:49 +0000 (13:36 -0500)
src/doc/config.md

index 5c73f0b08da1f453ffbb166155316d3ea41ceb8f..6a41019923a417b205a039a7fb10429ef0bb0ad2 100644 (file)
@@ -51,8 +51,9 @@ paths = ["/path/to/override"]
 name = "..."
 email = "..."
 
-# By default `cargo new` will initialize a new git repository. This key can be
-# set to `none` to disable this behavior.
+# By default `cargo new` will initialize a new Git repository. This key can be
+# set to `hg` to create a Mercurial repository, or `none` to disable this
+# behavior.
 vcs = "none"
 
 # For the following sections, $triple refers to any valid target triple, not the