tests/check-perf-code.py
changeset 30144 14031d183048
parent 29571 d1a7d9c279bb
child 30146 148ccd1d9f2f
equal deleted inserted replaced
30143:2d858c771760 30144:14031d183048
     8 import sys
     8 import sys
     9 
     9 
    10 # write static check patterns here
    10 # write static check patterns here
    11 perfpypats = [
    11 perfpypats = [
    12   [
    12   [
       
    13     (r'(branchmap|repoview)\.subsettable',
       
    14      "use getbranchmapsubsettable() for early Mercurial"),
    13   ],
    15   ],
    14   # warnings
    16   # warnings
    15   [
    17   [
    16   ]
    18   ]
    17 ]
    19 ]