tests/test-dispatch.t
branchstable
changeset 18506 ef60083b5536
parent 18227 720308f741cb
child 22111 aa5e256839d5
equal deleted inserted replaced
18505:9de9727cea53 18506:ef60083b5536
    44   a: no such file in rev 000000000000
    44   a: no such file in rev 000000000000
    45   [1]
    45   [1]
    46 
    46 
    47   $ cd "$TESTTMP"
    47   $ cd "$TESTTMP"
    48 
    48 
    49 OSError ... and with filename even when it is empty
    49 OSError "No such file or directory" / "The system cannot find the path
       
    50 specified" should include filename even when it is empty
    50 
    51 
    51   $ hg -R a archive ''
    52   $ hg -R a archive ''
    52   abort: No such file or directory: ''
    53   abort: *: '' (glob)
    53   [255]
    54   [255]
    54 
    55 
    55 #if no-outer-repo
    56 #if no-outer-repo
    56 
    57 
    57 No repo:
    58 No repo: