~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-06-25 07:17:14 UTC
  • mto: (3515.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3516.
  • Revision ID: ian.clatworthy@canonical.com-20080625071714-am1ya6mgo54ikrgv
jam feedback - make patterns a separate help topic

Show diffs side-by-side

added added

removed removed

Lines of Context:
671
671
                        'Information on what a branch is', SECT_CONCEPT)
672
672
topic_registry.register('checkouts', _checkouts,
673
673
                        'Information on what a checkout is', SECT_CONCEPT)
 
674
topic_registry.register('patterns', _load_from_file,
 
675
                        'Information on the pattern syntax',
 
676
                        SECT_CONCEPT)
674
677
topic_registry.register('repositories', _repositories,
675
678
                        'Basic information on shared repositories.',
676
679
                        SECT_CONCEPT)