~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

  • Committer: Vincent Ladeuil
  • Date: 2011-04-08 16:13:23 UTC
  • mto: (5743.1.23 config-stack)
  • mto: This revision was merged to the branch mainline in revision 5832.
  • Revision ID: v.ladeuil+lp@free.fr-20110408161323-42psi0xivm82gmt3
Add doc for the section matchers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2341
2341
        self.store = store
2342
2342
 
2343
2343
    def get_sections(self):
2344
 
        # This is where we requires loading the store so we can see all defined
 
2344
        # This is where we require loading the store so we can see all defined
2345
2345
        # sections.
2346
2346
        sections = self.store.get_sections()
2347
2347
        # Walk the revisions in the order provided