tests/test-locate.out
changeset 4308 a5cde03cd019
parent 4307 702f48570eb3
equal deleted inserted replaced
4307:702f48570eb3 4308:a5cde03cd019
    23 
    23 
    24 hg locate a
    24 hg locate a
    25 
    25 
    26 hg locate NONEXISTENT
    26 hg locate NONEXISTENT
    27 
    27 
       
    28 hg locate relpath:NONEXISTENT
       
    29 
    28 hg locate 
    30 hg locate 
    29 b
    31 b
    30 dir.h/foo
    32 dir.h/foo
    31 t.h
    33 t.h
    32 t/b
    34 t/b
    35 
    37 
    36 hg locate -r 0 a
    38 hg locate -r 0 a
    37 a
    39 a
    38 
    40 
    39 hg locate -r 0 NONEXISTENT
    41 hg locate -r 0 NONEXISTENT
       
    42 
       
    43 hg locate -r 0 relpath:NONEXISTENT
    40 
    44 
    41 hg locate -r 0
    45 hg locate -r 0
    42 a
    46 a
    43 b
    47 b
    44 dir.h/foo
    48 dir.h/foo