/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/hooks.py

  • Committer: Jelmer Vernooij
  • Date: 2011-04-02 00:08:39 UTC
  • mfrom: (5750 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5751.
  • Revision ID: jelmer@samba.org-20110402000839-qvxpq267q9tqdjrg
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
                              deprecated=deprecated, callbacks=callbacks)
149
149
        self[name] = hookpoint
150
150
 
151
 
    @symbol_versioning.deprecated_function(symbol_versioning.deprecated_in((2, 4)))
 
151
    @symbol_versioning.deprecated_method(symbol_versioning.deprecated_in((2, 4)))
152
152
    def create_hook(self, hook):
153
153
        """Create a hook which can have callbacks registered for it.
154
154