tests/test-hgrc.t
changeset 36417 199443c55463
parent 36416 07e207e88b42
child 36460 432b85a46717
--- a/tests/test-hgrc.t	Wed Feb 21 23:02:39 2018 +0900
+++ b/tests/test-hgrc.t	Wed Feb 21 22:47:47 2018 +0900
@@ -129,14 +129,13 @@
   $ hg showconfig alias alias
   alias.log=log -g
   $ hg showconfig alias.log alias.log
-  abort: only one config item permitted
-  [255]
+  alias.log=log -g
   $ hg showconfig alias defaults.identify
-  abort: only one config item permitted
-  [255]
+  alias.log=log -g
+  defaults.identify=-n
   $ hg showconfig alias.log defaults.identify
-  abort: only one config item permitted
-  [255]
+  alias.log=log -g
+  defaults.identify=-n
 
 HGPLAIN