~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: 2008-09-26 22:42:40 UTC
  • mfrom: (3723.2.2 trivial_doc)
  • Revision ID: pqm@pqm.ubuntu.com-20080926224240-12brpogngz8mmlrz
(jam) Fix bug #270471 with a trivial doc fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
711
711
topic_registry.register('criss-cross', _criss_cross,
712
712
                        'Information on criss-cross merging', SECT_CONCEPT)
713
713
topic_registry.register('sync-for-reconfigure', _branches_out_of_sync,
714
 
                        'Information on criss-cross merging', SECT_CONCEPT)
 
714
                        'Steps to resolve "out-of-sync" when reconfiguring',
 
715
                        SECT_CONCEPT)
715
716
 
716
717
 
717
718
class HelpTopicIndex(object):