mercurial/hbisect.py
changeset 48875 6000f5b25c9b
parent 46819 d4ba4d51f85f
child 49441 3ef153aa1eed
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     6 # Inspired by git bisect, extension skeleton taken from mq.py.
     6 # Inspired by git bisect, extension skeleton taken from mq.py.
     7 #
     7 #
     8 # This software may be used and distributed according to the terms of the
     8 # This software may be used and distributed according to the terms of the
     9 # GNU General Public License version 2 or any later version.
     9 # GNU General Public License version 2 or any later version.
    10 
    10 
    11 from __future__ import absolute_import
       
    12 
    11 
    13 import collections
    12 import collections
    14 import contextlib
    13 import contextlib
    15 
    14 
    16 from .i18n import _
    15 from .i18n import _