~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Ian Clatworthy
  • Date: 2007-04-13 00:40:53 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-20070413004053-y5wr76o3512rjawk
update NEWS and help to reflect removal of comma support

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    * selftest now supports --list-only to list tests instead of running
9
9
      them. (Ian Clatworthy)
10
10
 
11
 
    * selftest now supports --exclude PATTERNS where PATTERNS is a
12
 
      comma-separated list of patterns to exclude tests with matching names.
13
 
      -x is a shorthand for --exclude. (Ian Clatworthy, #102679)
 
11
    * selftest now supports --exclude PATTERN (or -x PATTERN) to exclude
 
12
      tests with names that match that regular expression.
 
13
      (Ian Clatworthy, #102679)
14
14
 
15
15
    * selftest now supports --randomize SEED to run tests in a random order.
16
16
      SEED is typically the value 'now' meaning 'use the current time'.