tests/test-locate.out
changeset 4234 fe0c0a317c09
parent 4196 1c69c73d85d9
child 4235 eca3277c4220
--- a/tests/test-locate.out	Fri Mar 16 22:48:20 2007 -0300
+++ b/tests/test-locate.out	Fri Mar 16 22:48:21 2007 -0300
@@ -2,24 +2,48 @@
 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
+