~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to baz_import.py

  • Committer: Aaron Bentley
  • Date: 2006-03-22 15:19:16 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060322151916-75711de1522d1f68
Tagged BZRTOOLS commands to reduce confusion

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"""
 
727
    """Import an Arch or Baz branch into a bzr branch.  <BZRTOOLS>"""
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.
 
757
    """Import an Arch or Baz archive into bzr branches.  <BZRTOOLS>
758
758
 
759
759
    This command should be used on local archives (or mirrors) only.  It is
760
760
    quite slow on remote archives.