mercurial/hbisect.py
branchstable
changeset 10263 25e572394f5c
parent 9583 0491be4448bf
child 12005 c6b1be675d3c
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     4 # Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org>
     4 # Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org>
     5 #
     5 #
     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, incorporated herein by reference.
     9 # GNU General Public License version 2 or any later version.
    10 
    10 
    11 import os
    11 import os
    12 from i18n import _
    12 from i18n import _
    13 from node import short, hex
    13 from node import short, hex
    14 import util
    14 import util