tests/test-config.t
changeset 31125 3f8f53190d6a
parent 31006 f07ca071a058
child 31690 d83e51654c8a
equal deleted inserted replaced
31124:fbce78c58f1e 31125:3f8f53190d6a
   156   > EOF
   156   > EOF
   157 
   157 
   158   $ hg showconfig paths
   158   $ hg showconfig paths
   159   paths.foo:suboption=~/foo
   159   paths.foo:suboption=~/foo
   160   paths.foo=$TESTTMP/foo
   160   paths.foo=$TESTTMP/foo
       
   161 
       
   162 edit failure
       
   163 
       
   164   $ HGEDITOR=false hg config --edit
       
   165   abort: edit failed: false exited with status 1
       
   166   [255]