/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

  • Committer: Vincent Ladeuil
  • Date: 2008-01-03 15:12:58 UTC
  • mfrom: (3158 +trunk)
  • mto: (3159.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 3161.
  • Revision ID: v.ladeuil+lp@free.fr-20080103151258-idpzfox078f80vhe
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 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')