~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to command_classes.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:
584
584
class cmd_create_mirror(BzrToolsCommand):
585
585
    """Create a mirror of another branch.
586
586
 
587
 
    This is similar to `bzr branch`, but copies more settings.
 
587
    This is similar to `bzr branch`, but copies more settings, including the
 
588
    submit branch and nickname.
588
589
 
589
590
    It sets the public branch and parent of the target to the source location.
590
591
    """