tests/test-dispatch.t
changeset 45894 9dc1351d0b5f
parent 41385 ed99c7b52106
child 45906 95c4cca641f6
equal deleted inserted replaced
45893:f4065c3f09b8 45894:9dc1351d0b5f
    89   [255]
    89   [255]
    90 
    90 
    91   $ mkdir -p badrepo/.hg
    91   $ mkdir -p badrepo/.hg
    92   $ echo 'invalid-syntax' > badrepo/.hg/hgrc
    92   $ echo 'invalid-syntax' > badrepo/.hg/hgrc
    93   $ hg log -b -Rbadrepo default
    93   $ hg log -b -Rbadrepo default
    94   hg: parse error at badrepo/.hg/hgrc:1: invalid-syntax
    94   config error at badrepo/.hg/hgrc:1: invalid-syntax
    95   [255]
    95   [30]
    96 
    96 
    97   $ hg log -b --cwd=inexistent default
    97   $ hg log -b --cwd=inexistent default
    98   abort: $ENOENT$: 'inexistent'
    98   abort: $ENOENT$: 'inexistent'
    99   [255]
    99   [255]
   100 
   100