components/mercurial/patches/magic.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 11 Mar 2013 10:38:09 -0700
branchs11-update
changeset 2520 ceec631e74d1
parent 196 816e398e992c
child 3596 042f4e7a6dbe
permissions -rw-r--r--
Close of build 10.

--- mercurial-1.8.2/contrib/check-code.py.orig	Fri Apr  1 10:41:52 2011
+++ mercurial-1.8.2/contrib/check-code.py	Fri Apr  1 11:10:58 2011
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 #
 # check-code - a style and portability checker for Mercurial
 #
--- mercurial-1.8.2/contrib/convert-repo.orig	Fri Apr  1 10:41:52 2011
+++ mercurial-1.8.2/contrib/convert-repo	Fri Apr  1 11:11:01 2011
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 #
 # Wrapper script around the convert.py hgext extension
 # for foreign SCM conversion to mercurial format.
--- mercurial-1.8.2/contrib/dumprevlog.orig	Fri Apr  1 10:41:52 2011
+++ mercurial-1.8.2/contrib/dumprevlog	Fri Apr  1 11:11:03 2011
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 # Dump revlogs as raw data stream
 # $ find .hg/store/ -name "*.i" | xargs dumprevlog > repo.dump
 
--- mercurial-1.8.2/contrib/hg-ssh.orig	Fri Apr  1 10:41:52 2011
+++ mercurial-1.8.2/contrib/hg-ssh	Fri Apr  1 11:11:05 2011
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 #
 # Copyright 2005-2007 by Intevation GmbH <[email protected]>
 #
--- mercurial-1.8.2/contrib/hgweb.fcgi.orig	Fri Apr  1 10:41:52 2011
+++ mercurial-1.8.2/contrib/hgweb.fcgi	Fri Apr  1 11:11:07 2011
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 #
 # An example FastCGI script for use with flup, edit as necessary
 
--- mercurial-1.8.2/contrib/simplemerge.orig	Fri Apr  1 10:41:52 2011
+++ mercurial-1.8.2/contrib/simplemerge	Fri Apr  1 11:11:08 2011
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 
 from mercurial import demandimport
 demandimport.enable()
--- mercurial-1.8.2/contrib/undumprevlog.orig	Fri Apr  1 10:41:52 2011
+++ mercurial-1.8.2/contrib/undumprevlog	Fri Apr  1 11:11:10 2011
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 # Undump a dump from dumprevlog
 # $ hg init
 # $ undumprevlog < repo.dump