~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/__init__.py

  • Committer: Ian Clatworthy
  • Date: 2009-04-02 04:12:11 UTC
  • mfrom: (4208.4.8 bzr.eol)
  • mto: This revision was merged to the branch mainline in revision 4233.
  • Revision ID: ian.clatworthy@canonical.com-20090402041211-jl6u7r4r5inw9p2h
Integrated EOL conversion support (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
745
745
topic_registry.register('content-filters', _load_from_file,
746
746
                        'Conversion of content into/from working trees',
747
747
                        SECT_CONCEPT)
 
748
topic_registry.register('eol', _load_from_file,
 
749
                        'Information on end-of-line handling',
 
750
                        SECT_CONCEPT)
748
751
topic_registry.register('formats', _storage_formats,
749
752
                        'Information on choosing a storage format',
750
753
                        SECT_CONCEPT)