/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/config.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
401
401
        elif location + '/' in self._get_parser():
402
402
            location = location + '/'
403
403
        self._get_parser()[location][option]=value
404
 
        self._get_parser().write()
 
404
        self._get_parser().write(file(self._get_filename(), 'wb'))
405
405
 
406
406
 
407
407
class BranchConfig(Config):