~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.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:
716
716
        return 3
717
717
 
718
718
 
719
 
class HelpCommandContext(object):
720
 
    """A context for bzr help that returns commands."""
 
719
class HelpCommandIndex(object):
 
720
    """A index for bzr help that returns commands."""
721
721
 
722
722
    def get_topics(self, topic):
723
723
        """Search for topic amongst commands.