comparison mercurial/hbisect.py @ 10263:25e572394f5c stable

Update license to GPLv2+
author Matt Mackall <mpm@selenic.com>
date Tue, 19 Jan 2010 22:20:08 -0600
parents 0491be4448bf
children c6b1be675d3c
comparison
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