~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2010-09-15 10:40:51 UTC
  • mfrom: (5425 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5426.
  • Revision ID: mbp@sourcefrog.net-20100915104051-pkjmuc2bc27buysp
merge trunk

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