~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_config.py

Merge from integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
            raise NotImplementedError
109
109
        if self.email is not None:
110
110
            return StringIO(self.email)
111
 
        raise errors.NoSuchFile
 
111
        raise errors.NoSuchFile(filename)
112
112
 
113
113
 
114
114
class InstrumentedConfig(config.Config):