~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to cbranch.py

  • Committer: Aaron Bentley
  • Date: 2006-11-22 13:08:43 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20061122130843-4eaenjjvsrkk564v
Get encoding working

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