~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_config.py

[merge] mpe

Show diffs side-by-side

added added

removed removed

Lines of Context:
543
543
                         self.my_config.post_commit())
544
544
 
545
545
 
546
 
class TestLocationConfig(TestCaseInTempDir):
547
 
 
548
546
    def get_location_config(self, location, global_config=None):
549
547
        if global_config is None:
550
548
            global_file = StringIO(sample_config_text.encode('utf-8'))