components/mercurial/patches/magic.patch
branchs11-update
changeset 3748 4e3605a7e3c0
parent 196 816e398e992c
child 3918 d8138667d338
equal deleted inserted replaced
3734:24181f5eb463 3748:4e3605a7e3c0
     4 -#!/usr/bin/env python
     4 -#!/usr/bin/env python
     5 +#!/usr/bin/python2.6
     5 +#!/usr/bin/python2.6
     6  #
     6  #
     7  # check-code - a style and portability checker for Mercurial
     7  # check-code - a style and portability checker for Mercurial
     8  #
     8  #
     9 --- mercurial-1.8.2/contrib/convert-repo.orig	Fri Apr  1 10:41:52 2011
       
    10 +++ mercurial-1.8.2/contrib/convert-repo	Fri Apr  1 11:11:01 2011
       
    11 @@ -1,4 +1,4 @@
       
    12 -#!/usr/bin/env python
       
    13 +#!/usr/bin/python2.6
       
    14  #
       
    15  # Wrapper script around the convert.py hgext extension
       
    16  # for foreign SCM conversion to mercurial format.
       
    17 --- mercurial-1.8.2/contrib/dumprevlog.orig	Fri Apr  1 10:41:52 2011
     9 --- mercurial-1.8.2/contrib/dumprevlog.orig	Fri Apr  1 10:41:52 2011
    18 +++ mercurial-1.8.2/contrib/dumprevlog	Fri Apr  1 11:11:03 2011
    10 +++ mercurial-1.8.2/contrib/dumprevlog	Fri Apr  1 11:11:03 2011
    19 @@ -1,4 +1,4 @@
    11 @@ -1,4 +1,4 @@
    20 -#!/usr/bin/env python
    12 -#!/usr/bin/env python
    21 +#!/usr/bin/python2.6
    13 +#!/usr/bin/python2.6