diff tests/test-fix-topology.t @ 40533:2ecf5c24d0cd

fix: rename :fileset subconfig to :pattern This name was always inaccurate, since the config accepts any pattern. Hopefully so few people use this right now that it won't matter, but there will now be a warning if the old config name is used. Differential Revision: https://phab.mercurial-scm.org/D5226
author Danny Hooper <hooper@google.com>
date Mon, 05 Nov 2018 16:05:45 -0800
parents 5abc47d4ca6b
children ea40fea992e0
line wrap: on
line diff
--- a/tests/test-fix-topology.t	Wed Oct 31 13:11:51 2018 -0700
+++ b/tests/test-fix-topology.t	Mon Nov 05 16:05:45 2018 -0800
@@ -23,7 +23,7 @@
   > fix =
   > [fix]
   > uppercase-whole-file:command="$PYTHON" $UPPERCASEPY
-  > uppercase-whole-file:fileset=set:**
+  > uppercase-whole-file:pattern=set:**
   > EOF
 
 This tests the only behavior that should really be affected by obsolescence, so