~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-30 05:12:27 UTC
  • mfrom: (4490.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090630051227-ncar0w60u6cbyydk
(mbp) force deletion of readonly files from TreeTransform

Show diffs side-by-side

added added

removed removed

Lines of Context:
930
930
            return self._config.get_option(name, section, default)
931
931
        finally:
932
932
            self.branch.unlock()
933
 
        return result
934
933
 
935
934
    def set_option(self, value, name, section=None):
936
935
        """Set a per-branch configuration option"""