~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_help.py

  • Committer: Robert Collins
  • Date: 2007-04-19 04:54:08 UTC
  • mto: (2425.1.2 integration)
  • mto: This revision was merged to the branch mainline in revision 2427.
  • Revision ID: robertc@robertcollins.net-20070419045408-uvczw1fcfzprz7ep
``bzr help`` now provides cross references to other help topics using the
_see_also facility on command classes. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        for line in help.split('\n'):
92
92
            if '--long' in line:
93
93
                self.assertTrue('show help on all commands' in line)
94