~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Robert Collins
  • Date: 2005-08-25 06:20:21 UTC
  • mto: (974.1.50) (1185.1.10) (1092.3.1)
  • mto: This revision was merged to the branch mainline in revision 1139.
  • Revision ID: robertc@robertcollins.net-20050825062021-d7d1b19582ceb297
should run tests before committing, tsk. move an import to fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
1422
1422
    """
1423
1423
    from bzrlib.merge import merge
1424
1424
    from bzrlib.branch import Branch
1425
 
    from shutil import rmtree
1426
1425
    br_to = Branch(to_location, init=True)
1427
1426
    br_to.set_root_id(branch_from.get_root_id())
1428
1427
    if revision is None: