/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: Martin Pool
  • Date: 2007-04-24 05:02:04 UTC
  • mfrom: (2449 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2450.
  • Revision ID: mbp@sourcefrog.net-20070424050204-bfkc1qiq0axt5f14
Merge trunk & fix NEWS conflict

Show diffs side-by-side

added added

removed removed

Lines of Context:
434
434
        runbzr("help slartibartfast", 3)
435
435
 
436
436
        out = capture("help ci")
437
 
        out.index('aliases: ')
 
437
        out.index('aliases:\n')
438
438
 
439
439
        f = file('hello.txt', 'wt')
440
440
        f.write('some nice new content\n')