~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • 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:
5
5
    * Merge directives can now be supplied as input to `merge` and `pull`,
6
6
      like bundles can.  (Aaron Bentley)
7
7
 
 
8
    * selftest now supports --list-only to list tests instead of running
 
9
      them. (Ian Clatworthy)
 
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)
 
14
 
 
15
    * selftest now supports --randomize SEED to run tests in a random order.
 
16
      SEED is typically the value 'now' meaning 'use the current time'.
 
17
      (Ian Clatworthy, #102686)
 
18
 
8
19
  INTERNALS:
9
20
 
10
21
    * bzrlib API compatability with 0.8 has been dropped, cleaning up some
30
41
    * Don't fail bundle selftest if email has 'two' embedded.  
31
42
      (#98510, Ian Clatworthy)
32
43
 
33
 
  BUGFIXES:
34
 
 
35
44
    * Remove ``--verbose`` from ``bzr bundle``. It didn't work anyway.
36
45
      (Robert Widhopf-Fenk, #98591)
37
46