tests/test-hgrc.t
changeset 36416 07e207e88b42
parent 35393 4441705b7111
child 36417 199443c55463
--- a/tests/test-hgrc.t	Wed Feb 21 22:20:27 2018 +0900
+++ b/tests/test-hgrc.t	Wed Feb 21 23:02:39 2018 +0900
@@ -126,6 +126,11 @@
   $ hg showconfig alias defaults
   alias.log=log -g
   defaults.identify=-n
+  $ hg showconfig alias alias
+  alias.log=log -g
+  $ hg showconfig alias.log alias.log
+  abort: only one config item permitted
+  [255]
   $ hg showconfig alias defaults.identify
   abort: only one config item permitted
   [255]