~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to baz_import.py

  • Committer: Aaron Bentley
  • Date: 2006-07-11 18:56:01 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060711185601-6e7f164148ed616d
Remove <BZRTOOLS> tag from command descriptions

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.  <BZRTOOLS>"""
 
733
    """Import an Arch or Baz branch into a bzr branch."""
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.  <BZRTOOLS>
 
760
    """Import an Arch or Baz archive into a bzr repository.
761
761
 
762
762
    This command should be used on local archives (or mirrors) only.  It is
763
763
    quite slow on remote archives.