Rev 2625: (Adeodato Simó) Lose python2.4-specific shebangs; Use generic 'python' instead in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Tue Jul 17 19:03:35 BST 2007
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 2625
revision-id: pqm at pqm.ubuntu.com-20070717180333-5smmeduk2q3sbzvw
parent: pqm at pqm.ubuntu.com-20070717110203-zzmtp28nunhsoz12
parent: dato at net.com.org.es-20070717134745-lex7ggja6p08kzts
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2007-07-17 19:03:33 +0100
message:
(Adeodato Simó) Lose python2.4-specific shebangs; Use generic 'python' instead
modified:
bzrlib/tests/test_weave.py testknit.py-20050627023648-9833cc5562ffb785
tools/capture_tree.py capture_tree.py-20051004100938-c7ff053182f5ae51
tools/rst2prettyhtml.py rst2prettyhtml.py-20060929181914-t7dh62f2wxi0i5aj-1
tools/trace-revisions tracerevisions-20051107162041-9dfee0a7324d206d
------------------------------------------------------------
revno: 2624.1.1
merged: dato at net.com.org.es-20070717134745-lex7ggja6p08kzts
parent: pqm at pqm.ubuntu.com-20070717110203-zzmtp28nunhsoz12
committer: Adeodato Simó <dato at net.com.org.es>
branch nick: bzr.no_python2.4_shebangs
timestamp: Tue 2007-07-17 15:47:45 +0200
message:
Loose python2.4-specific shebangs; use generic python instead.
=== modified file 'bzrlib/tests/test_weave.py'
--- a/bzrlib/tests/test_weave.py 2006-10-11 23:08:27 +0000
+++ b/bzrlib/tests/test_weave.py 2007-07-17 13:47:45 +0000
@@ -1,5 +1,3 @@
-#! /usr/bin/python2.4
-
# Copyright (C) 2005 Canonical Ltd
#
# This program is free software; you can redistribute it and/or modify
=== modified file 'tools/capture_tree.py'
--- a/tools/capture_tree.py 2005-10-04 11:13:33 +0000
+++ b/tools/capture_tree.py 2007-07-17 13:47:45 +0000
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.4
+#! /usr/bin/env python
# Copyright (C) 2005 Canonical Ltd
=== modified file 'tools/rst2prettyhtml.py'
--- a/tools/rst2prettyhtml.py 2006-11-10 02:34:00 +0000
+++ b/tools/rst2prettyhtml.py 2007-07-17 13:47:45 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.4
+#!/usr/bin/env python
import errno
import os
=== modified file 'tools/trace-revisions'
--- a/tools/trace-revisions 2005-11-07 16:21:12 +0000
+++ b/tools/trace-revisions 2007-07-17 13:47:45 +0000
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.4
+#! /usr/bin/env python
import sys
More information about the bazaar-commits
mailing list