~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-09 06:36:01 UTC
  • mfrom: (2687.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070809063601-esywbsbqp7zcs4x9
Add selftest --strict

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
    * The cache of ignore definitions is now cleared in WorkingTree.unlock()
127
127
      so that changes to .bzrignore aren't missed. (#129694, Daniel Watkins)
128
128
 
 
129
    * ``bzr selftest --strict'' fails if there are any missing features or
 
130
      expected test failures. (Daniel Watkins, #111914)
 
131
 
129
132
  LIBRARY API BREAKS:
130
133
 
131
134
    * Deprecated dictionary ``bzrlib.option.SHORT_OPTIONS`` removed.