~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to cbranch.py

  • Committer: Aaron Bentley
  • Date: 2006-08-24 17:59:06 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060824175906-6a51f2226c0cdce0
Smarter fix

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))