~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-12-19 20:08:18 UTC
  • mfrom: (3572.1.11 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20081219200818-g19t5zbtkj52bwqp
(Marius Kruger) Add a source test that prevents adding new trailing
        whitespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
 
110
110
  TESTING:
111
111
 
 
112
    * ``bzr selftest`` now fails if new trailing white space is added to
 
113
      the bazaar sources. It only checks changes not committed yet. This
 
114
      means that PQM will now reject changes that introduce new trailing
 
115
      whitespace. (Marius Kruger)
 
116
 
112
117
  INTERNALS:
113
118
 
114
119
    * Added an ``InventoryEntry`` cache when deserializing inventories.