contrib/hbisect.py
changeset 1861 65949d1c9bf7
parent 1856 b8bd84ad9b67
equal deleted inserted replaced
1860:97f07d311a50 1861:65949d1c9bf7
     1 # bisect extension for mercurial
     1 # bisect extension for mercurial
       
     2 #
       
     3 # Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org>
       
     4 # Inspired by git bisect, extension skeleton taken from mq.py.
     2 #
     5 #
     3 # This software may be used and distributed according to the terms
     6 # This software may be used and distributed according to the terms
     4 # of the GNU General Public License, incorporated herein by reference.
     7 # of the GNU General Public License, incorporated herein by reference.
     5 
     8 
     6 from mercurial.demandload import demandload
     9 from mercurial.demandload import demandload