~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.3.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-11-06 16:36:47 UTC
  • mfrom: (5527.1.2 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20101106163647-vg3eg5y6huqmv6c2
(vila) Catch UnicodeError for optparse parsing (Rory Yorke)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
.. Fixes for situations where bzr would previously crash or give incorrect
34
34
   or undesirable results.
35
35
 
 
36
* Report error if non-ASCII command option given. (Rory Yorke, #140563)
 
37
 
36
38
Documentation
37
39
*************
38
40
 
53
55
Testing
54
56
*******
55
57
 
 
58
.. Fixes and changes that are only relevant to bzr's test framework and 
 
59
   suite.  This can include new facilities for writing tests, fixes to 
 
60
   spurious test failures and changes to the way things should be tested.
 
61
 
56
62
* Blank output section in scriptrunner tests no longer match any output.
57
63
  Instead, use '...' as a wildcard if you don't care about the output.
58
64
  (Martin Pool, #637830)