tests/test-rhg.t
branchstable
changeset 49569 5318ac25dfdc
parent 49449 5579a5e18a9b
child 49639 37bc3edef76f
equal deleted inserted replaced
49568:05ef5f097df4 49569:5318ac25dfdc
   166   
   166   
   167   [252]
   167   [252]
   168   $ rhg cat original --exclude="*.rs"
   168   $ rhg cat original --exclude="*.rs"
   169   original content
   169   original content
   170 
   170 
       
   171 Check that `fallback-immediately` overrides `$NO_FALLBACK`
       
   172   $ $NO_FALLBACK rhg cat original --exclude="*.rs" --config rhg.fallback-immediately=1
       
   173   original content
       
   174 
   171   $ (unset RHG_FALLBACK_EXECUTABLE; rhg cat original --exclude="*.rs")
   175   $ (unset RHG_FALLBACK_EXECUTABLE; rhg cat original --exclude="*.rs")
   172   abort: 'rhg.on-unsupported=fallback' without 'rhg.fallback-executable' set.
   176   abort: 'rhg.on-unsupported=fallback' without 'rhg.fallback-executable' set.
   173   [255]
   177   [255]
   174 
   178 
   175   $ (unset RHG_FALLBACK_EXECUTABLE; rhg cat original)
   179   $ (unset RHG_FALLBACK_EXECUTABLE; rhg cat original)