--- 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