~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/__init__.py

  • Committer: Ian Clatworthy
  • Date: 2008-01-03 02:17:12 UTC
  • mto: (3154.2.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3155.
  • Revision ID: ian.clatworthy@internode.on.net-20080103021712-yqz18tc6u5t6r59c
Minor tweaks to bug tracker integration documentation

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 Tracker Settings\n\n" + \
619
 
        bugtracker.tracker_registry.help_topic(topic)
 
618
    return ("Bug Tracker Settings\n\n" + 
 
619
        bugtracker.tracker_registry.help_topic(topic))
620
620
topic_registry.register('bugs', get_bugs_topic, 'Bug tracker settings')
621
621
topic_registry.register('env-variables', _env_variables,
622
622
                        'Environment variable names and values')