~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

Get BranchConfig working somewhat on RemoteBranches (Robert Collins, Vincent Ladeuil).

Show diffs side-by-side

added added

removed removed

Lines of Context:
829
829
 
830
830
    def _get_config(self):
831
831
        try:
832
 
            obj = ConfigObj(self.branch.control_files.get('branch.conf'), 
 
832
            obj = ConfigObj(self.branch.control_files.get('branch.conf'),
833
833
                            encoding='utf-8')
834
834
        except errors.NoSuchFile:
835
835
            obj = ConfigObj(encoding='utf=8')