~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.7.txt

  • Committer: Patch Queue Manager
  • Date: 2014-12-17 18:12:50 UTC
  • mfrom: (6601.1.8 bug-1400567)
  • Revision ID: pqm@pqm.ubuntu.com-20141217181250-ue0ku3dibz7vle02
(richard-wilbur) Added keep_dirty kwarg to bzrlib.patches.parse_patches()
 allowing preservation of dirty patch headers. (Bayard 'kit' Randel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
.. Improvements to existing commands, especially improved performance 
27
27
   or memory usage, or better results.
28
28
 
 
29
* bzrlib.patches.parse_patches can optionally return a list of 'dirty'
 
30
  patch headers (prefixed with '===').
 
31
  (Kit Randel, #1400567)
 
32
 
29
33
Bug Fixes
30
34
*********
31
35