tests/test-remotefilelog-blame.t
changeset 42095 864f9f63d3ed
parent 42094 b1b216a241cc
equal deleted inserted replaced
42094:b1b216a241cc 42095:864f9f63d3ed
    33 
    33 
    34 Test grepping the working directory.
    34 Test grepping the working directory.
    35 
    35 
    36   $ hg grep --all-files x
    36   $ hg grep --all-files x
    37   x:x
    37   x:x
    38 BROKEN: modifications in the wdir tries to fetch from the server.
       
    39   $ echo foo >> x
    38   $ echo foo >> x
    40   $ hg grep --all-files x
    39   $ hg grep --all-files x
    41   remote: abort: working directory revision cannot be specified
    40   x:x
    42   1 files fetched over 1 fetches - (1 misses, 0.00% hit ratio) over *s (glob)
       
    43   abort: error downloading file contents:
       
    44   'connection closed early'
       
    45   [255]