~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-08 08:37:22 UTC
  • mfrom: (4944.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100108083722-nkd6usr60lfpgwib
(igc) 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