mercurial/setdiscovery.py
changeset 51863 f4733654f144
parent 51703 ca7bde5dbafb
equal deleted inserted replaced
51862:607e94e01851 51863:f4733654f144
    38 finding faulty changesets. Instead of random samples, you can try picking
    38 finding faulty changesets. Instead of random samples, you can try picking
    39 nodes that will maximize the number of nodes that will be
    39 nodes that will maximize the number of nodes that will be
    40 classified with it (since all ancestors or descendants will be marked as well).
    40 classified with it (since all ancestors or descendants will be marked as well).
    41 """
    41 """
    42 
    42 
       
    43 from __future__ import annotations
    43 
    44 
    44 import collections
    45 import collections
    45 import random
    46 import random
    46 
    47 
    47 from .i18n import _
    48 from .i18n import _