~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to cbranch.py

  • Committer: Aaron Bentley
  • Date: 2006-08-07 01:20:08 UTC
  • mto: This revision was merged to the branch mainline in revision 425.
  • Revision ID: aaron.bentley@utoronto.ca-20060807012008-0d1b132f9741c555
Update to match 0.9 api

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