Rev 4512: (Russel Winder) Add python2.6 to the list of KNOWN_PYTHONS for in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Mon Jul 6 17:31:58 BST 2009
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 4512 [merge]
revision-id: pqm at pqm.ubuntu.com-20090706163157-6hqiw8ehs0u4uojv
parent: pqm at pqm.ubuntu.com-20090706085009-pz36mdrk7326n3ru
parent: larstiq at larstiq.dyndns.org-20090704155958-oro03ycb5rw52sn7
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2009-07-06 17:31:57 +0100
message:
(Russel Winder) Add python2.6 to the list of KNOWN_PYTHONS for
reinvoking.
modified:
bzr bzr.py-20050313053754-5485f144c7006fa6
=== modified file 'bzr'
--- a/bzr 2009-06-26 09:24:34 +0000
+++ b/bzr 2009-07-04 15:59:58 +0000
@@ -35,7 +35,7 @@
REINVOKE = "__BZR_REINVOKE"
NEED_VERS = (2, 4)
-KNOWN_PYTHONS = ('python2.4', 'python2.5')
+KNOWN_PYTHONS = ('python2.4', 'python2.5', 'python2.6')
if version_info < NEED_VERS:
if not os.environ.has_key(REINVOKE):
More information about the bazaar-commits
mailing list