/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/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-04-05 16:46:35 UTC
  • mfrom: (3335.1.4 start-commit-hook)
  • Revision ID: pqm@pqm.ubuntu.com-20080405164635-lpul8ep0famwf5u5
(Jelmer) Add MutableTree start_commit hook.

Show diffs side-by-side

added added

removed removed

Lines of Context:
810
810
        import bzrlib.smart.server
811
811
        self._preserved_hooks = {
812
812
            bzrlib.branch.Branch: bzrlib.branch.Branch.hooks,
 
813
            bzrlib.mutabletree.MutableTree: bzrlib.mutabletree.MutableTree.hooks,
813
814
            bzrlib.smart.server.SmartTCPServer: bzrlib.smart.server.SmartTCPServer.hooks,
814
815
            }
815
816
        self.addCleanup(self._restoreHooks)
2726
2727
                   'bzrlib.tests.test_missing',
2727
2728
                   'bzrlib.tests.test_msgeditor',
2728
2729
                   'bzrlib.tests.test_multiparent',
 
2730
                   'bzrlib.tests.test_mutabletree',
2729
2731
                   'bzrlib.tests.test_nonascii',
2730
2732
                   'bzrlib.tests.test_options',
2731
2733
                   'bzrlib.tests.test_osutils',