/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_topics/__init__.py

merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
615
615
                        "Help on status flags")
616
616
def get_bugs_topic(topic):
617
617
    from bzrlib import bugtracker
618
 
    return "Bug Trackers\n\n" + bugtracker.tracker_registry.help_topic(topic)
619
 
topic_registry.register('bugs', get_bugs_topic, 'Bug tracker support')
 
618
    return "Bug Tracker Settings\n\n" + \
 
619
        bugtracker.tracker_registry.help_topic(topic)
 
620
topic_registry.register('bugs', get_bugs_topic, 'Bug tracker settings')
620
621
topic_registry.register('env-variables', _env_variables,
621
622
                        'Environment variable names and values')
622
623
topic_registry.register('files', _files,