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

  • Committer: Jelmer Vernooij
  • Date: 2012-01-28 15:34:27 UTC
  • mto: This revision was merged to the branch mainline in revision 6454.
  • Revision ID: jelmer@samba.org-20120128153427-9nz7f9lcxgp760ql
Review feedback from vila.

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
        return self.views.supports_views()
263
263
 
264
264
    def get_config_stack(self):
 
265
        """Retrieve the config stack for this tree.
 
266
 
 
267
        :return: A ``bzrlib.config.Stack``
 
268
        """
 
269
        # For the moment, just provide the branch config stack.
265
270
        return self.branch.get_config_stack()
266
271
 
267
272
    @staticmethod