components/mercurial/patches/magic.patch
author Danek Duvall <danek.duvall@oracle.com>
Fri, 06 Feb 2015 14:10:05 -0800
branchs11-update
changeset 3748 4e3605a7e3c0
parent 196 816e398e992c
child 3918 d8138667d338
permissions -rw-r--r--
20246148 mercurial 3.2.3 20246270 problem in UTILITY/HG 19078590 mercurial needs a TPNO in the fullness of time

--- 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/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