~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2009-07-18 21:09:00 UTC
  • mfrom: (4416.8.1 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 4547.
  • Revision ID: jelmer@samba.org-20090718210900-oht5snx25j1jyeha
Merge create_prefix fix necessary for bzr-svn.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1233
1233
        return result
1234
1234
 
1235
1235
    def push_branch(self, source, revision_id=None, overwrite=False, 
1236
 
        remember=False):
 
1236
        remember=False, create_prefix=False):
1237
1237
        """Push the source branch into this BzrDir."""
1238
1238
        br_to = None
1239
1239
        # If we can open a branch, use its direct repository, otherwise see