~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-04-30 22:32:05 UTC
  • mfrom: (2472.1.2 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070430223205-x4uyrteryh0230fp
(John Arbash Meinel) Change aliases: help text to be on one line.

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:\n')
 
437
        out.index('aliases: ci, checkin\n')
438
438
 
439
439
        f = file('hello.txt', 'wt')
440
440
        f.write('some nice new content\n')