~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to cbranch.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:
34
34
    cmd_branch().run(from_location, b_loc, revision=revision)
35
35
    cmd_checkout().run(b_loc, to_location, lightweight=lightweight)
36
36
    b = Branch.open(to_location)
37
 
    b.set_parent(local_path_to_url(from_location))