tests/test-config.t
changeset 29412 b62bce819d0c
parent 23348 bbe56e07e07a
child 29954 80fef5251099
equal deleted inserted replaced
29411:e1778b9c8d53 29412:b62bce819d0c
    88 
    88 
    89 Test exit code when no config matches
    89 Test exit code when no config matches
    90 
    90 
    91   $ hg config Section.idontexist
    91   $ hg config Section.idontexist
    92   [1]
    92   [1]
       
    93 
       
    94 sub-options in [paths] aren't expanded
       
    95 
       
    96   $ cat > .hg/hgrc << EOF
       
    97   > [paths]
       
    98   > foo = ~/foo
       
    99   > foo:suboption = ~/foo
       
   100   > EOF
       
   101 
       
   102   $ hg showconfig paths
       
   103   paths.foo:suboption=~/foo
       
   104   paths.foo=$TESTTMP/foo