~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/cethread.py

Merge test_repository fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        """Declare which exceptions will be ignored.
104
104
 
105
105
        :param ignored: Can be either:
106
 
        
107
106
           - None: all exceptions will be raised,
108
107
           - an exception class: the instances of this class will be ignored,
109
108
           - a tuple of exception classes: the instances of any class of the