tests/test-locate.t
changeset 12316 4134686b83e1
parent 12206 844d25bf65a3
child 12365 22f3353bcc36
--- a/tests/test-locate.t	Thu Sep 16 16:12:26 2010 -0500
+++ b/tests/test-locate.t	Thu Sep 16 17:51:32 2010 -0500
@@ -42,8 +42,11 @@
   $ hg ci -m m
 
   $ hg locate a
+  [1]
   $ hg locate NONEXISTENT
+  [1]
   $ hg locate relpath:NONEXISTENT
+  [1]
   $ hg locate
   b
   dir.h/foo
@@ -54,7 +57,9 @@
   $ hg locate -r 0 a
   a
   $ hg locate -r 0 NONEXISTENT
+  [1]
   $ hg locate -r 0 relpath:NONEXISTENT
+  [1]
   $ hg locate -r 0
   a
   b