Rev 4046: Reinstate the TODO comment about bzrdir.clone_on_transport. in http://people.ubuntu.com/~robertc/baz2.0/push.roundtrips

Robert Collins robertc at robertcollins.net
Wed Feb 25 04:27:51 GMT 2009


At http://people.ubuntu.com/~robertc/baz2.0/push.roundtrips

------------------------------------------------------------
revno: 4046
revision-id: robertc at robertcollins.net-20090225042748-l0n1e8v5osu8dgd8
parent: robertc at robertcollins.net-20090225032212-odesl979bcnjrk3f
committer: Robert Collins <robertc at robertcollins.net>
branch nick: push.roundtrips
timestamp: Wed 2009-02-25 15:27:48 +1100
message:
  Reinstate the TODO comment about bzrdir.clone_on_transport.
=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py	2009-02-25 03:22:12 +0000
+++ b/bzrlib/branch.py	2009-02-25 04:27:48 +0000
@@ -1048,6 +1048,8 @@
             If None the tip is obtained from this branch.
         :param stacked_on: An optional URL to stack the clone on.
         """
+        # XXX: Fix the bzrdir API to allow getting the branch back from the
+        # clone call. Or something. 20090224 RBC/spiv.
         dir_to = self.bzrdir.clone_on_transport(to_transport,
             revision_id=revision_id, stacked_on=stacked_on)
         return dir_to.open_branch()




More information about the bazaar-commits mailing list