author | Thomas Arendsen Hein <thomas@intevation.de> |
Wed, 08 Mar 2006 19:25:03 +0100 | |
changeset 1861 | 65949d1c9bf7 |
parent 1860 | 97f07d311a50 |
child 1862 | b41d71961aed |
--- a/contrib/hbisect.py Wed Mar 08 06:20:32 2006 +0100 +++ b/contrib/hbisect.py Wed Mar 08 19:25:03 2006 +0100 @@ -1,5 +1,8 @@ # bisect extension for mercurial # +# Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org> +# Inspired by git bisect, extension skeleton taken from mq.py. +# # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference.