~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Ian Clatworthy
  • Date: 2010-01-08 07:37:25 UTC
  • mfrom: (4927.2.10 user-ref-topics)
  • mto: This revision was merged to the branch mainline in revision 4945.
  • Revision ID: ian.clatworthy@canonical.com-20100108073725-04icssis1mvkncfc
User Reference as topics

Show diffs side-by-side

added added

removed removed

Lines of Context:
3517
3517
                experimental_pairs.append((key, help))
3518
3518
            else:
3519
3519
                output += wrapped(key, help, info)
3520
 
        output += "\nSee ``bzr help formats`` for more about storage formats."
 
3520
        output += "\nSee :doc:`formats-help` for more about storage formats."
3521
3521
        other_output = ""
3522
3522
        if len(experimental_pairs) > 0:
3523
3523
            other_output += "Experimental formats are shown below.\n\n"
3536
3536
            other_output += \
3537
3537
                "\nNo deprecated formats are available.\n\n"
3538
3538
        other_output += \
3539
 
            "\nSee ``bzr help formats`` for more about storage formats."
 
3539
                "\nSee :doc:`formats-help` for more about storage formats."
3540
3540
 
3541
3541
        if topic == 'other-formats':
3542
3542
            return other_output