changeset 1865:1ed809a2104e

merge with crew.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Wed, 08 Mar 2006 11:21:45 -0800
parents 7a09785d3237 (current diff) e8b86fb8ae33 (diff)
children 89a6ce5ae510 91ebf29c1595
files contrib/hbisect.py
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
rename from contrib/hbisect.py
rename to hgext/hbisect.py
--- a/contrib/hbisect.py
+++ b/hgext/hbisect.py
@@ -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.
 
--- a/hgext/mq.py
+++ b/hgext/mq.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # queue.py - patch queues for mercurial
 #
 # Copyright 2005 Chris Mason <mason@suse.com>