tests/check-perf-code.py
changeset 42138 caebe5e7f4bd
parent 41721 eb8a8af4cbd0
child 43076 2372284d9457
--- a/tests/check-perf-code.py	Fri Feb 01 15:51:02 2019 +0100
+++ b/tests/check-perf-code.py	Fri Apr 12 15:41:32 2019 +0200
@@ -10,7 +10,7 @@
 # write static check patterns here
 perfpypats = [
   [
-    (r'(branchmap|repoview)\.subsettable',
+    (r'(branchmap|repoview|repoviewutil)\.subsettable',
      "use getbranchmapsubsettable() for early Mercurial"),
     (r'\.(vfs|svfs|opener|sopener)',
      "use getvfs()/getsvfs() for early Mercurial"),