components/mercurial/patches/magic.patch
author pkidd <patrick.kidd@oracle.com>
Fri, 14 Oct 2016 09:29:30 -0700
branchs11u3-sru
changeset 7110 eef24b4f8a52
parent 3984 03ec35f09e5b
permissions -rw-r--r--
Added tag 0.175.3.14.0.2.0, S11.3SRU14.2 for changeset 698485941206

The status of this patch is unknown.

--- 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.7
 #
 # 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.7
 # 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.7
 #
 # 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.7
 #
 # 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.7
 
 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.7
 # Undump a dump from dumprevlog
 # $ hg init
 # $ undumprevlog < repo.dump