~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2009-02-23 15:29:35 UTC
  • mfrom: (3943.7.7 bzr.code_style_cleanup)
  • mto: This revision was merged to the branch mainline in revision 4033.
  • Revision ID: john@arbash-meinel.com-20090223152935-oel9m92mwcc6nb4h
Merge the removal of all trailing whitespace, and resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
      same but code that provides a new UI or progress bar class may
297
297
      need to be updated.  (Martin Pool)
298
298
 
 
299
    * ``bzr selftest`` now fails if the bazaar sources contain trailing
 
300
      whitespace, non-unix style line endings and files not ending in a
 
301
      newline. About 372 files and 3243 lines with trailing whitespace was
 
302
      updated to comply with this. The code already complied with the other
 
303
      criteria, but now it is enforced. (Marius Kruger)
 
304
 
299
305
  INTERNALS:
300
306
 
301
307
    * Default User Interface (UI) is CLIUIFactory when bzr runs in a dumb