diff tests/test-grep.t @ 38648:ffd08ec22955

grep: rename --allfiles to --all-files This matches the config name to be added. Note that we don't have to keep the old flag since it isn't released yet. Differential Revision: https://phab.mercurial-scm.org/D3915
author Yuya Nishihara <yuya@tcha.org>
date Wed, 11 Jul 2018 21:15:52 +0900
parents 9ef10437bb88
children 0d0f8bd692c4
line wrap: on
line diff
--- a/tests/test-grep.t	Wed Jul 11 13:48:44 2018 +0200
+++ b/tests/test-grep.t	Wed Jul 11 21:15:52 2018 +0900
@@ -409,7 +409,7 @@
   adding new
   $ hg grep -r "." "unmod"
   [1]
-  $ hg grep -r "." "unmod" --allfiles
+  $ hg grep -r "." "unmod" --all-files
   um:1:unmod
 
   $ cd ..