~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

  • Committer: Patch Queue Manager
  • Date: 2012-03-06 19:21:54 UTC
  • mfrom: (6437.42.1 2.5)
  • Revision ID: pqm@pqm.ubuntu.com-20120306192154-n01j73vwhj0a2fyi
(jelmer) Implement bzrlib.config.Option.get_help_topic(). (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2435
2435
                value = self.default
2436
2436
        return value
2437
2437
 
 
2438
    def get_help_topic(self):
 
2439
        return self.name
 
2440
 
2438
2441
    def get_help_text(self, additional_see_also=None, plain=True):
2439
2442
        result = self.help
2440
2443
        from bzrlib import help_topics