~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge bzr.dev

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