mercurial/setdiscovery.py
changeset 48875 6000f5b25c9b
parent 47269 6be2a7ca4b1d
child 48946 642e31cb55f0
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    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 absolute_import
       
    44 
    43 
    45 import collections
    44 import collections
    46 import random
    45 import random
    47 
    46 
    48 from .i18n import _
    47 from .i18n import _