~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics.py

  • Committer: Robert Collins
  • Date: 2007-04-19 23:54:43 UTC
  • mto: This revision was merged to the branch mainline in revision 2441.
  • Revision ID: robertc@robertcollins.net-20070419235443-nu7zolsraales40g
Add a HelpTopicContext object.

Show diffs side-by-side

added added

removed removed

Lines of Context:
243
243
topic_registry.register('checkouts', _checkouts,
244
244
                        'Information on what a checkout is')
245
245
 
 
246
 
 
247
class HelpTopicContext(object):
 
248
    """A context for bzr help that returns topics."""