~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to baz_import.py

  • Committer: Aaron Bentley
  • Date: 2006-03-16 05:52:49 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20060316055249-8f3042421e2ca912
Get/set control push locations per branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
724
724
 
725
725
_global_option('max-count', type = int)
726
726
class cmd_baz_import_branch(Command):
727
 
    """Import an Arch or Baz branch into a bzr branch.  <BZRTOOLS>"""
 
727
    """Import an Arch or Baz branch into a bzr branch"""
728
728
    takes_args = ['to_location', 'from_branch?', 'reuse_history*']
729
729
    takes_options = ['verbose', 'max-count']
730
730
 
754
754
 
755
755
 
756
756
class cmd_baz_import(Command):
757
 
    """Import an Arch or Baz archive into bzr branches.  <BZRTOOLS>
 
757
    """Import an Arch or Baz archive into bzr branches.
758
758
 
759
759
    This command should be used on local archives (or mirrors) only.  It is
760
760
    quite slow on remote archives.