~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/hooks.py

  • Committer: Jelmer Vernooij
  • Date: 2009-04-29 15:01:40 UTC
  • mto: This revision was merged to the branch mainline in revision 4321.
  • Revision ID: jelmer@samba.org-20090429150140-4xgjet168wi97sg2
Add tests for the repository info hook.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    'BzrDirHooks')
42
42
known_hooks.register_lazy(('bzrlib.commands', 'Command.hooks'),
43
43
    'bzrlib.commands', 'CommandHooks')
 
44
known_hooks.register_lazy(('bzrlib.info', 'hooks'),
 
45
    'bzrlib.info', 'InfoHooks')
44
46
known_hooks.register_lazy(('bzrlib.lock', 'Lock.hooks'), 'bzrlib.lock',
45
47
    'LockHooks')
46
48
known_hooks.register_lazy(('bzrlib.msgeditor', 'hooks'), 'bzrlib.msgeditor',