~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/__init__.py

  • Committer: Andrew Bennetts
  • Date: 2008-07-28 06:53:44 UTC
  • mfrom: (3581 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3583.
  • Revision ID: andrew.bennetts@canonical.com-20080728065344-ocndjoycs903q6fz
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
480
480
 
481
481
Related commands::
482
482
 
483
 
  init    Make a directory into a versioned branch.
 
483
  init    Change a directory into a versioned branch.
484
484
  branch  Create a new copy of a branch.
485
485
  merge   Perform a three-way merge.
486
486
"""
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)
 
680
topic_registry.register('rules', _load_from_file,
 
681
                        'Information on defining rule-based preferences',
 
682
                        SECT_CONCEPT)
677
683
topic_registry.register('standalone-trees', _standalone_trees,
678
684
                        'Information on what a standalone tree is',
679
685
                        SECT_CONCEPT)