~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-01-06 17:15:20 UTC
  • mfrom: (3922.1.5 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090106171520-9pzjoqa7m74hvhht
(Adeodato Simo) Update patience_diff.unified_diff so that it doesn't
        add trailing whitespace when you don't supply datestamps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
      cost of not preserving the 'active' set as well as an ``LRUCache``.
137
137
      (John Arbash Meinel)
138
138
 
 
139
    * ``bzrlib.patience_diff.unified_diff`` now properly uses a tab
 
140
      character to separate the filename from the date stamp, and doesn't
 
141
      add trailing whitespace when a date stamp is not supplied.
 
142
      (Adeodato Simó, John Arbash Meinel)
 
143
 
139
144
    * ``DirStateWorkingTree`` and ``DirStateWorkingTreeFormat`` added
140
145
      as base classes of ``WorkingTree4`` and ``WorkingTreeFormat4``
141
146
      respectively. (Ian Clatworthy)