~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_config.py

[merge] john

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
            raise NotImplementedError
103
103
        if self.email is not None:
104
104
            return StringIO(self.email)
105
 
        raise errors.NoSuchFile
 
105
        raise errors.NoSuchFile(filename)
106
106
 
107
107
 
108
108
class InstrumentedConfig(config.Config):