~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics.py

  • Committer: Aaron Bentley
  • Date: 2007-01-17 14:46:47 UTC
  • mto: (2229.2.4 reserved-ids)
  • mto: This revision was merged to the branch mainline in revision 2238.
  • Revision ID: abentley@panoramicfeedback.com-20070117144647-ae1gogd30h12vgwm
Fix NEWS and whitespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
    from bzrlib import bzrdir
161
161
    return bzrdir.format_registry.help_topic(topic)
162
162
topic_registry.register('formats', get_format_topic, 'Directory formats')
163
 
topic_registry.register('global-options', _global_options, 
 
163
topic_registry.register('global-options', _global_options,
164
164
                        'Options that can be used with any command')