mercurial/hbisect.py
changeset 8225 46293a0c7e9f
parent 8152 08e1baf924ca
child 8228 eee2319c5895
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
     2 #
     2 #
     3 # Copyright 2007 Matt Mackall
     3 # Copyright 2007 Matt Mackall
     4 # Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org>
     4 # Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org>
     5 # Inspired by git bisect, extension skeleton taken from mq.py.
     5 # Inspired by git bisect, extension skeleton taken from mq.py.
     6 #
     6 #
     7 # This software may be used and distributed according to the terms
     7 # This software may be used and distributed according to the terms of the
     8 # of the GNU General Public License, incorporated herein by reference.
     8 # GNU General Public License version 2, incorporated herein by reference.
     9 
     9 
    10 import os
    10 import os
    11 from i18n import _
    11 from i18n import _
    12 from node import short, hex
    12 from node import short, hex
    13 import util
    13 import util