diff tests/test-locate.t @ 22423:edf07a804ac4

files: add new command unifying locate and manifest functionality
author Matt Mackall <mpm@selenic.com>
date Fri, 12 Sep 2014 18:32:46 -0500
parents 6ef3107c661e
children 968247e8f4ac
line wrap: on
line diff
--- a/tests/test-locate.t	Tue Sep 02 14:42:30 2014 -0400
+++ b/tests/test-locate.t	Fri Sep 12 18:32:46 2014 -0500
@@ -92,6 +92,16 @@
   t/e.h (glob)
   t/x (glob)
 
+  $ hg files
+  b
+  dir.h/foo
+  t.h
+  t/b
+  t/e.h
+  t/x
+  $ hg files b
+  b
+
   $ mkdir otherdir
   $ cd otherdir