~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/hooks.py

  • Committer: jelmer at samba
  • Date: 2011-10-11 10:21:35 UTC
  • mto: This revision was merged to the branch mainline in revision 6214.
  • Revision ID: jelmer@samba.org-20111011102135-0wuzm1stjwxehkft
Move convenience methods to ControlDir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
_builtin_known_hooks = (
73
73
    ('bzrlib.branch', 'Branch.hooks', 'BranchHooks'),
74
 
    ('bzrlib.bzrdir', 'BzrDir.hooks', 'BzrDirHooks'),
 
74
    ('bzrlib.controldir', 'ControlDir.hooks', 'ControlDirHooks'),
75
75
    ('bzrlib.commands', 'Command.hooks', 'CommandHooks'),
76
76
    ('bzrlib.config', 'ConfigHooks', '_ConfigHooks'),
77
77
    ('bzrlib.info', 'hooks', 'InfoHooks'),