~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

(gz) Implement get_help_topic for ConfigOption. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2442
2442
                value = self.default
2443
2443
        return value
2444
2444
 
 
2445
    def get_help_topic(self):
 
2446
        return self.name
 
2447
 
2445
2448
    def get_help_text(self, additional_see_also=None, plain=True):
2446
2449
        result = self.help
2447
2450
        from bzrlib import help_topics