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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-12-14 08:47:17 UTC
  • mfrom: (3053.4.10 integrate-1.0)
  • Revision ID: pqm@pqm.ubuntu.com-20071214084717-xu119wq2x8l2w8lj
Merge 1.0final back to trunk and bump to 1.1dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
600
600
                        "Help on status flags")
601
601
def get_bugs_topic(topic):
602
602
    from bzrlib import bugtracker
603
 
    return "Bug Trackers\n\n" + bugtracker.tracker_registry.help_topic(topic)
604
 
topic_registry.register('bugs', get_bugs_topic, 'Bug tracker support')
 
603
    return "Bug Tracker Settings\n\n" + \
 
604
        bugtracker.tracker_registry.help_topic(topic)
 
605
topic_registry.register('bugs', get_bugs_topic, 'Bug tracker settings')
605
606
topic_registry.register('env-variables', _env_variables,
606
607
                        'Environment variable names and values')
607
608
topic_registry.register('files', _files,