Rev 57: Fix BzrSource. in file:///home/vila/buildbot/bzr/

Vincent Ladeuil v.ladeuil+lp at free.fr
Mon Aug 17 10:53:12 BST 2009


At file:///home/vila/buildbot/bzr/

------------------------------------------------------------
revno: 57
revision-id: v.ladeuil+lp at free.fr-20090817095312-roryvb233gms8og8
parent: v.ladeuil+lp at free.fr-20090817093834-7j8hqn27zsah1jh4
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: bzr
timestamp: Mon 2009-08-17 11:53:12 +0200
message:
  Fix BzrSource.
-------------- next part --------------
=== modified file 'master/master.cfg'
--- a/master/master.cfg	2009-08-17 09:38:34 +0000
+++ b/master/master.cfg	2009-08-17 09:53:12 +0000
@@ -101,7 +101,8 @@
 class BzrSource(source.Bzr):
 
     def __init__(self):
-        source.Bzr.__init__(baseURL=bzr_base_URL,
+        source.Bzr.__init__(self,
+                            baseURL=bzr_base_URL,
                             defaultBranch='trunk',
                             # Keep room for initial checkout when needed
                             timeout=3600,



More information about the bazaar-commits mailing list