/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Robert Collins
  • Date: 2009-07-22 00:34:44 UTC
  • mfrom: (4555 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4557.
  • Revision ID: robertc@robertcollins.net-20090722003444-vcci9yub1ypc5n6k
Fix NEWS conflicts.

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