~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-08-01 21:23:14 UTC
  • Revision ID: mbp@sourcefrog.net-20050801212314-2c244b2c6b2e3408
- add get and clone as aliases for branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
588
588
    """
589
589
    takes_args = ['from_location', 'to_location?']
590
590
    takes_options = ['revision']
 
591
    aliases = ['get', 'clone']
591
592
 
592
593
    def run(self, from_location, to_location=None, revision=None):
593
594
        import errno