Rev 824: Fix checkout with newer versions of bzr. in file:///data/jelmer/bzr-svn/0.4/

Jelmer Vernooij jelmer at samba.org
Fri Jan 18 04:05:52 GMT 2008


At file:///data/jelmer/bzr-svn/0.4/

------------------------------------------------------------
revno: 824
revision-id:jelmer at samba.org-20071223032300-a2br4f166psz43fe
parent: jelmer at samba.org-20071222212752-yu06lwc69u4jke0d
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sun 2007-12-23 04:23:00 +0100
message:
  Fix checkout with newer versions of bzr.
modified:
  branch.py                      svnbranch.py-20051017135706-11c749eb0dab04a7
=== modified file 'branch.py'
--- a/branch.py	2007-10-20 22:48:35 +0000
+++ b/branch.py	2007-12-23 03:23:00 +0000
@@ -183,7 +183,8 @@
 
         return WorkingTree.open(to_location)
 
-    def create_checkout(self, to_location, revision_id=None, lightweight=False):
+    def create_checkout(self, to_location, revision_id=None, lightweight=False,
+                        accelerator_tree=None):
         """See Branch.create_checkout()."""
         if lightweight:
             return self._create_lightweight_checkout(to_location, revision_id)




More information about the bazaar-commits mailing list