~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-13 09:52:03 UTC
  • mfrom: (5418.2.5 doc)
  • Revision ID: pqm@pqm.ubuntu.com-20100913095203-w7z5eyx3fzdb24wi
(mbp) various developer document improvements (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3481
3481
    If you set BZR_TEST_PDB=1 when running selftest, failing tests will drop
3482
3482
    into a pdb postmortem session.
3483
3483
 
 
3484
    The --coverage=DIRNAME global option produces a report with covered code
 
3485
    indicated.
 
3486
 
3484
3487
    :Examples:
3485
3488
        Run only tests relating to 'ignore'::
3486
3489