~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 05:36:58 UTC
  • mto: This revision was merged to the branch mainline in revision 2441.
  • Revision ID: robertc@robertcollins.net-20070420053658-gpwvs7wkmivmlzlx
Add a get_help_topic method to RegisteredTopic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
            result += ', '.join(see_also)
299
299
            result += '\n'
300
300
        return result
 
301
 
 
302
    def get_help_topic(self):
 
303
        """Return the help topic this can be found under."""
 
304
        return self.topic