~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Ian Clatworthy
  • Date: 2007-04-10 14:23:43 UTC
  • mto: (2418.4.1 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 2448.
  • Revision ID: ian.clatworthy@internode.on.net-20070410142343-6bfz9k67b8tvrz6x
completed blackbox tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
2339
2339
                            help='randomize the order of tests using the given'
2340
2340
                                 ' seed or "now" for the current time'),
2341
2341
                     Option('exclude', type=str, argname="PATTERN",
 
2342
                            short_name='x',
2342
2343
                            help='exclude tests that match regular'
2343
2344
                                 ' expressions in this comma separated list'),
2344
2345
                     ]