D7180: tests: fix typo "includfe"

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Fri Nov 1 17:39:53 UTC 2019


Closed by commit rHG815218e71ae9: tests: fix typo "includfe" (authored by martinvonz).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7180?vs=17414&id=17465

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7180/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7180

AFFECTED FILES
  tests/test-match.py

CHANGE DETAILS

diff --git a/tests/test-match.py b/tests/test-match.py
--- a/tests/test-match.py
+++ b/tests/test-match.py
@@ -316,7 +316,7 @@
 
     # We're using includematcher instead of patterns because it behaves slightly
     # better (giving narrower results) than patternmatcher.
-    def testVisitdirIncludeIncludfe(self):
+    def testVisitdirIncludeInclude(self):
         m1 = matchmod.match(b'', b'', include=[b'path:dir/subdir'])
         m2 = matchmod.match(b'', b'', include=[b'rootfilesin:dir'])
         dm = matchmod.differencematcher(m1, m2)
@@ -430,7 +430,7 @@
 
     # We're using includematcher instead of patterns because it behaves slightly
     # better (giving narrower results) than patternmatcher.
-    def testVisitdirIncludeIncludfe(self):
+    def testVisitdirIncludeInclude(self):
         m1 = matchmod.match(b'', b'', include=[b'path:dir/subdir'])
         m2 = matchmod.match(b'', b'', include=[b'rootfilesin:dir'])
         im = matchmod.intersectmatchers(m1, m2)
@@ -644,7 +644,7 @@
 
     # We're using includematcher instead of patterns because it behaves slightly
     # better (giving narrower results) than patternmatcher.
-    def testVisitdirIncludeIncludfe(self):
+    def testVisitdirIncludeInclude(self):
         m1 = matchmod.match(b'', b'', include=[b'path:dir/subdir'])
         m2 = matchmod.match(b'', b'', include=[b'rootfilesin:dir'])
         um = matchmod.unionmatcher([m1, m2])



To: martinvonz, #hg-reviewers, indygreg
Cc: mercurial-devel


More information about the Mercurial-devel mailing list