/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Jonathan Riddell
  • Date: 2011-06-14 13:41:25 UTC
  • mto: (5971.2.3 bzr-gpgme)
  • mto: This revision was merged to the branch mainline in revision 6003.
  • Revision ID: jriddell@canonical.com-20110614134125-aee3wvqwuhtm9kc8
add a verify command

Show diffs side-by-side

added added

removed removed

Lines of Context:
6216
6216
        ('cmd_resolve', ['resolved'], 'bzrlib.conflicts'),
6217
6217
        ('cmd_conflicts', [], 'bzrlib.conflicts'),
6218
6218
        ('cmd_sign_my_commits', [], 'bzrlib.sign_my_commits'),
 
6219
        ('cmd_verify', [], 'bzrlib.sign_my_commits'),
6219
6220
        ('cmd_test_script', [], 'bzrlib.cmd_test_script'),
6220
6221
        ]:
6221
6222
        builtin_command_registry.register_lazy(name, aliases, module_name)