mercurial: update to 4.4
[unleashed-userland.git] / components / developer / mercurial / patches / magic.patch
blob1b1ee31bf4e956deeaacf665ec24f6ac68db817f
1 The status of this patch is unknown.
3 --- mercurial-1.8.2/contrib/check-code.py.orig Fri Apr 1 10:41:52 2011
4 +++ mercurial-1.8.2/contrib/check-code.py Fri Apr 1 11:10:58 2011
5 @@ -1,4 +1,4 @@
6 -#!/usr/bin/env python
7 +#!/usr/bin/python2.7
9 # check-code - a style and portability checker for Mercurial
11 --- mercurial-1.8.2/contrib/dumprevlog.orig Fri Apr 1 10:41:52 2011
12 +++ mercurial-1.8.2/contrib/dumprevlog Fri Apr 1 11:11:03 2011
13 @@ -1,4 +1,4 @@
14 -#!/usr/bin/env python
15 +#!/usr/bin/python2.7
16 # Dump revlogs as raw data stream
17 # $ find .hg/store/ -name "*.i" | xargs dumprevlog > repo.dump
19 --- mercurial-1.8.2/contrib/hg-ssh.orig Fri Apr 1 10:41:52 2011
20 +++ mercurial-1.8.2/contrib/hg-ssh Fri Apr 1 11:11:05 2011
21 @@ -1,4 +1,4 @@
22 -#!/usr/bin/env python
23 +#!/usr/bin/python2.7
25 # Copyright 2005-2007 by Intevation GmbH <intevation@intevation.de>
27 --- mercurial-1.8.2/contrib/hgweb.fcgi.orig Fri Apr 1 10:41:52 2011
28 +++ mercurial-1.8.2/contrib/hgweb.fcgi Fri Apr 1 11:11:07 2011
29 @@ -1,4 +1,4 @@
30 -#!/usr/bin/env python
31 +#!/usr/bin/python2.7
33 # An example FastCGI script for use with flup, edit as necessary
35 --- mercurial-4.4/contrib/simplemerge.~1~ 2017-11-02 09:04:30.833847375 +0000
36 +++ mercurial-4.4/contrib/simplemerge 2017-11-02 09:05:16.774306731 +0000
37 @@ -1,4 +1,4 @@
38 -#!/usr/bin/env python
39 +#!/usr/bin/python2.7
40 from __future__ import absolute_import
42 import getopt
43 --- mercurial-1.8.2/contrib/undumprevlog.orig Fri Apr 1 10:41:52 2011
44 +++ mercurial-1.8.2/contrib/undumprevlog Fri Apr 1 11:11:10 2011
45 @@ -1,4 +1,4 @@
46 -#!/usr/bin/env python
47 +#!/usr/bin/python2.7
48 # Undump a dump from dumprevlog
49 # $ hg init
50 # $ undumprevlog < repo.dump