tests/test-locate.out
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Fri, 16 Mar 2007 22:48:21 -0300
changeset 4234 fe0c0a317c09
parent 4191 1c69c73d85d9
child 4235 eca3277c4220
permissions -rw-r--r--
make the output of test-locate more readable

adding a
adding b
adding t.h
adding t/x
hg locate a
a

locate succeeded
hg locate NONEXISTENT

locate failed
hg locate 
a
b
t.h
t/x

hg locate a

hg locate NONEXISTENT

hg locate 
b
t.h
t/x

hg locate -r 0 a
a

hg locate -r 0 NONEXISTENT

hg locate -r 0
a
b
t.h
t/x

% -I/-X with relative path should work
hg locate 
b
t.h
t/x

hg locate -I ../t
t/x

hg locate t
t/x