~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2007-08-09 05:56:20 UTC
  • mfrom: (2658.3.6 111914)
  • mto: This revision was merged to the branch mainline in revision 2689.
  • Revision ID: mbp@sourcefrog.net-20070809055620-2tvrnr8v15h02fqh
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.