~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-02 05:32:29 UTC
  • mfrom: (4232.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090402053229-w8oy2wc2dpahfph9
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)