diff 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
line wrap: on
line diff
--- a/tests/test-locate.out
+++ b/tests/test-locate.out
@@ -2,24 +2,48 @@ 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
+