~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/hooks.py

  • Committer: Vincent Ladeuil
  • Date: 2010-01-20 16:31:24 UTC
  • mfrom: (4869.3.34 per-file-merge-hook)
  • mto: This revision was merged to the branch mainline in revision 4975.
  • Revision ID: v.ladeuil+lp@free.fr-20100120163124-fhf3nh8e1nu7w3y7
Implement a per-file merge hook

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    'bzrlib.info', 'InfoHooks')
46
46
known_hooks.register_lazy(('bzrlib.lock', 'Lock.hooks'), 'bzrlib.lock',
47
47
    'LockHooks')
 
48
known_hooks.register_lazy(('bzrlib.merge', 'Merger.hooks'), 'bzrlib.merge',
 
49
    'MergeHooks')
48
50
known_hooks.register_lazy(('bzrlib.msgeditor', 'hooks'), 'bzrlib.msgeditor',
49
51
    'MessageEditorHooks')
50
52
known_hooks.register_lazy(('bzrlib.mutabletree', 'MutableTree.hooks'),