/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Daniel Watkins
  • Date: 2007-08-23 10:33:45 UTC
  • mto: (2762.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 2763.
  • Revision ID: d.m.watkins@warwick.ac.uk-20070823103345-3fwlsg33a2i622b7
Cleaned up indentation in test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
        self.assertEqual(expected, self.run_bzr('help cat')[0])
143
143
 
144
144
        self.assertEqual("'bzr c' is an alias for 'bzr cat'.\n",
145
 
                                                    self.run_bzr('help c')[0])
 
145
                         self.run_bzr('help c')[0])