comparison contrib/hbisect.py @ 1861:65949d1c9bf7

Added copyright information to hbisect.py
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 08 Mar 2006 19:25:03 +0100
parents b8bd84ad9b67
children
comparison
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