tests/test-locate
changeset 4305 a5cde03cd019
parent 4304 702f48570eb3
equal deleted inserted replaced
4304:702f48570eb3 4305:a5cde03cd019
    28 hglocate
    28 hglocate
    29 hg rm a
    29 hg rm a
    30 hg ci -m m -d "1000000 0"
    30 hg ci -m m -d "1000000 0"
    31 hglocate a
    31 hglocate a
    32 hglocate NONEXISTENT
    32 hglocate NONEXISTENT
       
    33 hglocate relpath:NONEXISTENT
    33 hglocate
    34 hglocate
    34 hglocate -r 0 a
    35 hglocate -r 0 a
    35 hglocate -r 0 NONEXISTENT
    36 hglocate -r 0 NONEXISTENT
       
    37 hglocate -r 0 relpath:NONEXISTENT
    36 hglocate -r 0
    38 hglocate -r 0
    37 echo % -I/-X with relative path should work
    39 echo % -I/-X with relative path should work
    38 cd t
    40 cd t
    39 hglocate
    41 hglocate
    40 hglocate -I ../t
    42 hglocate -I ../t