tests/test-help.t
changeset 26113 9b70eda7529c
parent 26071 ff12a6c63c3d
child 26157 65e41f388970
--- a/tests/test-help.t	Mon Aug 31 17:21:38 2015 -0500
+++ b/tests/test-help.t	Sun Aug 30 19:03:38 2015 -0400
@@ -912,6 +912,16 @@
       working directory is checked out, it is equivalent to null. If an
       uncommitted merge is in progress, "." is the revision of the first parent.
 
+Test repeated config section name
+
+  $ hg help config.host
+      "http_proxy.host"
+          Host name and (optional) port of the proxy server, for example
+          "myproxy:8000".
+  
+      "smtp.host"
+          Host name of mail server, e.g. "mail.example.com".
+  
 Test templating help
 
   $ hg help templating | egrep '(desc|diffstat|firstline|nonempty)  '