/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_too_much.py

  • Committer: Ian Clatworthy
  • Date: 2007-08-06 08:25:46 UTC
  • mto: (2674.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 2675.
  • Revision ID: ian.clatworthy@internode.on.net-20070806082546-oup6ujeleehqoqfj
Bazaar User Reference generated from online help

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')