diff -r 97f07d311a50 -r 65949d1c9bf7 contrib/hbisect.py --- 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 +# 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.