diff tests/test-fileset.t @ 38610:3d8ef60569d8

fileset: make debugfileset filter repository files This prepares for the structural change of the fileset. A computed fileset will no longer be a set of files, but a boolean function (i.e. matcher) to test if an input file matches the given fileset expression. --all-files option is added because some examples in the test need to scan files across revisions.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 09 Jun 2018 18:58:16 +0900
parents f9805627af1f
children 131aae58a316
line wrap: on
line diff
--- a/tests/test-fileset.t	Sun Jul 08 19:24:18 2018 +0900
+++ b/tests/test-fileset.t	Sat Jun 09 18:58:16 2018 +0900
@@ -1,5 +1,5 @@
   $ fileset() {
-  >   hg debugfileset "$@"
+  >   hg debugfileset --all-files "$@"
   > }
 
   $ hg init repo