~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Wouter van Heyst
  • Date: 2006-06-07 15:10:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: larstiq@larstiq.dyndns.org-20060607151021-e08258d7bb0bbaec
codecleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
    hidden = True
181
181
    takes_args = ['revision_id?']
182
182
    takes_options = ['revision']
 
183
    # cat-revision is more for frontends so should be exact
 
184
    encoding = 'strict'
183
185
    
184
186
    @display_command
185
187
    def run(self, revision_id=None, revision=None):