~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/push.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-24 09:53:04 UTC
  • mfrom: (4032.3.6 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090224095304-uk12twrtk4u1mkd1
(robertc) Use a HPSS verb to create Branch objects on bzr:// servers.
        (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        # all of the dependent branches, etc.
104
104
        dir_to = br_from.bzrdir.clone_on_transport(to_transport,
105
105
            revision_id=revision_id, stacked_on=stacked_on)
 
106
        # XXX: Fix this API to allow getting the branch back from the clone
 
107
        # call. Or something. 20090224 RBC/spiv.
106
108
        br_to = dir_to.open_branch()
107
109
        # TODO: Some more useful message about what was copied
108
110
        try: