~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/hooks.py

  • Committer: Robert J. Tanner
  • Date: 2009-03-18 21:46:27 UTC
  • mfrom: (4163 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4167.
  • Revision ID: tanner@real-time.com-20090318214627-4i4xpq3moenvtzaz
Added explicit instructions to check ./bzr _script_version ./bzrlib/__init__.py
version_info to the releasing doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
known_hooks = registry.Registry()
34
34
known_hooks.register_lazy(('bzrlib.branch', 'Branch.hooks'), 'bzrlib.branch',
35
35
    'BranchHooks')
 
36
known_hooks.register_lazy(('bzrlib.bzrdir', 'BzrDir.hooks'), 'bzrlib.bzrdir',
 
37
    'BzrDirHooks')
36
38
known_hooks.register_lazy(('bzrlib.commands', 'Command.hooks'),
37
39
    'bzrlib.commands', 'CommandHooks')
38
40
known_hooks.register_lazy(('bzrlib.lock', 'Lock.hooks'), 'bzrlib.lock',