~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Matthew Gordon
  • Date: 2010-09-29 01:57:02 UTC
  • mto: (5487.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5488.
  • Revision ID: mgordon@ivs3d.com-20100929015702-16w9ejt21oysws45
Tested push --no-tree ang gor it working right.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1393
1393
        dir_to = self.bzrdir.clone_on_transport(to_transport,
1394
1394
            revision_id=revision_id, stacked_on=stacked_on,
1395
1395
            create_prefix=create_prefix, use_existing_dir=use_existing_dir,
1396
 
            no_trees=no_tree)
 
1396
            no_tree=no_tree)
1397
1397
        return dir_to.open_branch()
1398
1398
 
1399
1399
    def create_checkout(self, to_location, revision_id=None,