~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

  • Committer: Patch Queue Manager
  • Date: 2012-03-06 19:49:19 UTC
  • mfrom: (6472.2.6 use-bzr-controldir)
  • Revision ID: pqm@pqm.ubuntu.com-20120306194919-kt7mj6xmhifsgees
(jelmer) Use bzrlib.controldir for generic access to control directories,
 rather than bzrlib.bzrdir. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2174
2174
 
2175
2175
        It may be set to a location, or None.
2176
2176
 
2177
 
        This policy affects all branches contained by this bzrdir, except for
2178
 
        those under repositories.
 
2177
        This policy affects all branches contained by this control dir, except
 
2178
        for those under repositories.
2179
2179
        """
2180
2180
        if self._config is None:
2181
2181
            raise errors.BzrError("Cannot set configuration in %s" % self._bzrdir)
2189
2189
 
2190
2190
        This will either be a location, or None.
2191
2191
 
2192
 
        This policy affects all branches contained by this bzrdir, except for
2193
 
        those under repositories.
 
2192
        This policy affects all branches contained by this control dir, except
 
2193
        for those under repositories.
2194
2194
        """
2195
2195
        if self._config is None:
2196
2196
            return None