~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-22 18:37:26 UTC
  • mfrom: (1551.7.5 Aaron's mergeable stuff)
  • Revision ID: pqm@pqm.ubuntu.com-20060622183726-70f1e7cb560cf090
Update StrictTestament support and as_sha1 algorithm, bump bundle version

Show diffs side-by-side

added added

removed removed

Lines of Context:
2417
2417
class cmd_testament(Command):
2418
2418
    """Show testament (signing-form) of a revision."""
2419
2419
    takes_options = ['revision', 'long', 
2420
 
                     Option('strict', help='Produce a strict testament')]
 
2420
                     Option('strict', help='Produce a strict-format'
 
2421
                            ' testament')]
2421
2422
    takes_args = ['branch?']
2422
2423
    @display_command
2423
2424
    def run(self, branch=u'.', revision=None, long=False, strict=False):