~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to mirror.py

  • Committer: Aaron Bentley
  • Date: 2009-06-11 23:40:26 UTC
  • Revision ID: aaron@aaronbentley.com-20090611234026-0y2z4rg0bivyduok
Copy submit branch in create_mirror.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    mirror.set_parent(source_branch.base)
10
10
    if source_branch.get_config().has_explicit_nickname():
11
11
        mirror.nick = source_branch.nick
 
12
    mirror.set_submit_branch(source_branch.get_submit_branch())
12
13
    return mirror