diff -r cb6cfbf21735 -r 9b70eda7529c tests/test-help.t --- 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) '