~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-23 17:00:36 UTC
  • mfrom: (4032.1.4 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090223170036-3q1v68ewdt8i0to5
(Marius Kruger) Remove all trailing whitespace and add tests to
        enforce this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
  API CHANGES:
70
70
 
 
71
    * ``bzr selftest`` now fails if the bazaar sources contain trailing
 
72
      whitespace, non-unix style line endings and files not ending in a
 
73
      newline. About 372 files and 3243 lines with trailing whitespace was
 
74
      updated to comply with this. The code already complied with the other
 
75
      criteria, but now it is enforced. (Marius Kruger)
 
76
 
71
77
  INTERNALS:
72
78
 
73
79
    * ``bzrlib.fetch`` is now composed of a sender and a sink component