tests/test-config.t
changeset 47272 a671832a8e41
parent 47071 3e381eb557f3
child 47279 40b51c28b242
--- a/tests/test-config.t	Mon May 17 15:15:44 2021 -0700
+++ b/tests/test-config.t	Thu Apr 15 20:13:29 2021 +0200
@@ -337,8 +337,14 @@
   > EOF
 
   $ hg showconfig paths
+  paths.foo=~/foo
   paths.foo:suboption=~/foo
-  paths.foo=$TESTTMP/foo
+
+note: The path expansion no longer happens at the config level, but the path is
+still expanded:
+
+  $ hg path | grep foo
+  foo = $TESTTMP/foo
 
 edit failure