~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Aaron Bentley
  • Date: 2005-09-26 13:10:41 UTC
  • mto: (1185.14.1) (1393.1.21)
  • mto: This revision was merged to the branch mainline in revision 1391.
  • Revision ID: abentley@panoramicfeedback.com-20050926131041-1ee3654156558b7b
Removed debug code

Show diffs side-by-side

added added

removed removed

Lines of Context:
1351
1351
    from bzrlib.merge import merge
1352
1352
 
1353
1353
    assert isinstance(branch_from, Branch)
1354
 
    print repr(to_location)
1355
1354
    assert isinstance(to_location, basestring)
1356
1355
    
1357
1356
    br_to = Branch.initialize(to_location)