tests/test-rhg.t
changeset 49164 a932cad26d37
parent 48972 6b31c0676147
parent 49149 006688e36e12
child 49449 5579a5e18a9b
equal deleted inserted replaced
49147:10b9f11daf15 49164:a932cad26d37
   177 
   177 
   178   $ rhg cat original --exclude="*.rs" --config rhg.fallback-executable=false
   178   $ rhg cat original --exclude="*.rs" --config rhg.fallback-executable=false
   179   [1]
   179   [1]
   180 
   180 
   181   $ rhg cat original --exclude="*.rs" --config rhg.fallback-executable=hg-non-existent
   181   $ rhg cat original --exclude="*.rs" --config rhg.fallback-executable=hg-non-existent
   182   tried to fall back to a 'hg-non-existent' sub-process but got error $ENOENT$
   182   abort: invalid fallback 'hg-non-existent': cannot find binary path
   183   unsupported feature: error: Found argument '--exclude' which wasn't expected, or isn't valid in this context
   183   [253]
   184   
       
   185   USAGE:
       
   186       rhg cat [OPTIONS] <FILE>...
       
   187   
       
   188   For more information try --help
       
   189   
       
   190   [252]
       
   191 
   184 
   192   $ rhg cat original --exclude="*.rs" --config rhg.fallback-executable=rhg
   185   $ rhg cat original --exclude="*.rs" --config rhg.fallback-executable=rhg
   193   Blocking recursive fallback. The 'rhg.fallback-executable = rhg' config points to `rhg` itself.
   186   Blocking recursive fallback. The 'rhg.fallback-executable = rhg' config points to `rhg` itself.
   194   unsupported feature: error: Found argument '--exclude' which wasn't expected, or isn't valid in this context
   187   unsupported feature: error: Found argument '--exclude' which wasn't expected, or isn't valid in this context
   195   
   188