~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to switch.py

  • Committer: Aaron Bentley
  • Date: 2006-10-24 14:39:46 UTC
  • Revision ID: abentley@panoramicfeedback.com-20061024143946-756da615bcfb92fa
Fix bug setting parent paths by letting Branch command do it

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
        branch_format = BranchFormat.find_format(control)
95
95
        transport = control.get_branch_transport(None)
96
96
        branch = branch_format.open(control)
97
 
        location = transport.put_bytes('location', location)
 
97
        location = transport.put('location', location)