~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics.py

  • Committer: Robert Collins
  • Date: 2007-04-20 02:48:34 UTC
  • mto: This revision was merged to the branch mainline in revision 2441.
  • Revision ID: robertc@robertcollins.net-20070420024834-aqmgb1fu8qiw73p6
Rename Context (in bzrlib.help) to Index, for a clearer name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
                        'Information on what a checkout is')
245
245
 
246
246
 
247
 
class HelpTopicContext(object):
248
 
    """A context for bzr help that returns topics."""
 
247
class HelpTopicIndex(object):
 
248
    """A index for bzr help that returns topics."""
249
249
 
250
250
    def get_topics(self, topic):
251
251
        """Search for topic in the HelpTopicRegistry.