~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-23 02:09:44 UTC
  • mfrom: (2432.1.33 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070423020944-lcu3twk2zj27bw5a
(robertc) Fix bugs 107656 and 50408 by creating multiple help indices and cross referencing between them when user help requests are ambiguous. (Robert Collins)

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