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

merge bzr.dev r3564

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
"""
674
674
topic_registry.register('content-filters', _load_from_file,
675
675
                        'Conversion of content into/from working trees',
676
676
                        SECT_CONCEPT)
 
677
topic_registry.register('patterns', _load_from_file,
 
678
                        'Information on the pattern syntax',
 
679
                        SECT_CONCEPT)
677
680
topic_registry.register('repositories', _repositories,
678
681
                        'Basic information on shared repositories.',
679
682
                        SECT_CONCEPT)
 
683
topic_registry.register('rules', _load_from_file,
 
684
                        'Information on defining rule-based preferences',
 
685
                        SECT_CONCEPT)
680
686
topic_registry.register('standalone-trees', _standalone_trees,
681
687
                        'Information on what a standalone tree is',
682
688
                        SECT_CONCEPT)