~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to baz_import.py

  • Committer: Aaron Bentley
  • Date: 2006-05-18 16:36:49 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060518163649-f37d1b11e4eac43e
Handle adds and removes efficiently

Show diffs side-by-side

added added

removed removed

Lines of Context:
730
730
 
731
731
_global_option('max-count', type = int)
732
732
class cmd_baz_import_branch(Command):
733
 
    """Import an Arch or Baz branch into a bzr branch."""
 
733
    """Import an Arch or Baz branch into a bzr branch.  <BZRTOOLS>"""
734
734
    takes_args = ['to_location', 'from_branch?', 'reuse_history*']
735
735
    takes_options = ['verbose', 'max-count']
736
736
 
757
757
 
758
758
 
759
759
class cmd_baz_import(Command):
760
 
    """Import an Arch or Baz archive into a bzr repository.
 
760
    """Import an Arch or Baz archive into a bzr repository.  <BZRTOOLS>
761
761
 
762
762
    This command should be used on local archives (or mirrors) only.  It is
763
763
    quite slow on remote archives.