~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2007-04-10 20:46:57 UTC
  • mto: (1551.19.24 Aaron's mergeable stuff)
  • mto: This revision was merged to the branch mainline in revision 2405.
  • Revision ID: abentley@panoramicfeedback.com-20070410204657-nqvx7b7t2zou61gu
Fix cat-revision REVISION

Show diffs side-by-side

added added

removed removed

Lines of Context:
218
218
    @display_command
219
219
    def run(self, revision_id=None, revision=None):
220
220
 
 
221
        revision_id = osutils.safe_revision_id(revision_id, warn=False)
221
222
        if revision_id is not None and revision is not None:
222
223
            raise errors.BzrCommandError('You can only supply one of'
223
224
                                         ' revision_id or --revision')