~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit_signature_commands.py

  • Committer: Jonathan Riddell
  • Date: 2011-06-21 11:47:37 UTC
  • mto: This revision was merged to the branch mainline in revision 6003.
  • Revision ID: jriddell@canonical.com-20110621114737-1964o8mc31ydwjce
change command name to verify-signatures

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
        print 'Signed %d revisions' % (count,)
99
99
 
100
100
 
101
 
class cmd_verify(Command):
 
101
class cmd_verify_signatures(Command):
102
102
    __doc__ = """Verify all commit signatures.
103
103
 
104
104
    Verifies that all commits in the branch are signed by known GnuPG keys.