~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to cbranch.py

  • Committer: Aaron Bentley
  • Date: 2006-07-31 17:42:48 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060731174248-3ae47c0d23759f76
Add bug report

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