# HG changeset patch # User Vadim Gelfer # Date 1141845705 28800 # Node ID 1ed809a2104ec0bd13e44cc4b4bb04f931b621e2 # Parent 7a09785d3237af015d35dc98de8e23e327546506# Parent e8b86fb8ae337e69b8e38b74efd6bd8bd63cdab3 merge with crew. diff --git a/contrib/hbisect.py b/hgext/hbisect.py 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 +# 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. diff --git a/hgext/mq.py b/hgext/mq.py --- 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