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

  • Committer: Robert Collins
  • Date: 2007-04-20 04:36:09 UTC
  • mto: This revision was merged to the branch mainline in revision 2441.
  • Revision ID: robertc@robertcollins.net-20070420043609-tuwv7tm97mmhh82p
Add plugins as a help index.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    errors,
30
30
    help_topics,
31
31
    osutils,
 
32
    plugin,
32
33
    )
33
34
 
34
35
 
112
113
        self.search_path = [
113
114
            help_topics.HelpTopicIndex(),
114
115
            _mod_commands.HelpCommandIndex(),
 
116
            plugin.PluginsHelpIndex(),
115
117
            ]
116
118
 
117
119
    def _check_prefix_uniqueness(self):