~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-10-04 05:25:09 UTC
  • mfrom: (2881.1.1 knits)
  • Revision ID: pqm@pqm.ubuntu.com-20071004052509-t4jjswwgj7a5xll7
(robertc) Knit cleanups - remove deprecated basis_knit parameter and reduce duplicate work during text extraction. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
     deprecated methods ``TestCase.capture`` and ``TestCase.run_bzr_captured``.
132
132
     (Martin Pool)
133
133
 
 
134
   * Removed previous deprecated ``basis_knit`` parameter to the
 
135
     ``KnitVersionedFile`` constructor. (Robert Collins)
 
136
 
134
137
   * Special purpose method ``TestCase.run_bzr_decode`` is moved to the test_non_ascii 
135
138
     class that needs it.
136
139
     (Martin Pool)