comparison tests/test-locate.out @ 4234:fe0c0a317c09

make the output of test-locate more readable
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Fri, 16 Mar 2007 22:48:21 -0300
parents 1c69c73d85d9
children eca3277c4220
comparison
equal deleted inserted replaced
4233:03a665f9f913 4234:fe0c0a317c09
1 adding a 1 adding a
2 adding b 2 adding b
3 adding t.h 3 adding t.h
4 adding t/x 4 adding t/x
5 hg locate a
5 a 6 a
7
6 locate succeeded 8 locate succeeded
9 hg locate NONEXISTENT
10
7 locate failed 11 locate failed
12 hg locate
8 a 13 a
9 b 14 b
10 t.h 15 t.h
11 t/x 16 t/x
17
18 hg locate a
19
20 hg locate NONEXISTENT
21
22 hg locate
12 b 23 b
13 t.h 24 t.h
14 t/x 25 t/x
26
27 hg locate -r 0 a
15 a 28 a
29
30 hg locate -r 0 NONEXISTENT
31
32 hg locate -r 0
16 a 33 a
17 b 34 b
18 t.h 35 t.h
19 t/x 36 t/x
37
20 % -I/-X with relative path should work 38 % -I/-X with relative path should work
39 hg locate
21 b 40 b
22 t.h 41 t.h
23 t/x 42 t/x
43
44 hg locate -I ../t
24 t/x 45 t/x
46
47 hg locate t
25 t/x 48 t/x
49