tests/test-grep.t
changeset 38960 d99468d2b09a
parent 38946 f3f109971359
child 39044 83cee1af747f
--- a/tests/test-grep.t	Wed Aug 08 17:07:27 2018 -0700
+++ b/tests/test-grep.t	Wed Aug 08 19:29:02 2018 +0530
@@ -500,4 +500,8 @@
   $ hg grep -r "0:2" "unmod" --all-files
   um:0:unmod
   um:1:unmod
+  $ hg grep -r "0:2" "unmod" --all-files um
+  um:0:unmod
+  um:1:unmod
   $ cd ..
+