diff tests/test-grep.t @ 38960:d99468d2b09a

grep: search all commits in allfiles mode All the commits are added to the 'wanted' set when allfiles mode is enabled. Differential Revision: https://phab.mercurial-scm.org/D4157
author Sangeet Kumar Mishra <mail2sangeetmishra@gmail.com>
date Wed, 08 Aug 2018 19:29:02 +0530
parents f3f109971359
children 83cee1af747f
line wrap: on
line diff
--- 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 ..
+