~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-07 06:13:16 UTC
  • mfrom: (2674.1.2 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070807061316-b32atzzop4r4y21g
(Ian Clatworthy) Bazaar User Reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
426
426
        self.run_bzr("help slartibartfast", retcode=3)
427
427
 
428
428
        out = self.run_bzr("help ci")[0]
429
 
        out.index('aliases: ci, checkin\n')
 
429
        out.index('Aliases:  ci, checkin\n')
430
430
 
431
431
        f = file('hello.txt', 'wt')
432
432
        f.write('some nice new content\n')