~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(andrew) Replace several fragile try/finally blocks in merge.py using
        bzrlib.cleanup. (#517275)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
* The new ``merge_file_content`` should now be ok with tests to avoid
40
40
  regressions.
41
41
  (Vincent Ladeuil, #515597)
 
42
  
 
43
Internals
 
44
*********
 
45
 
 
46
* Use ``bzrlib.cleanup`` rather than less robust ``try``/``finally``
 
47
  blocks in several places in ``bzrlib.merge``.  This avoids masking prior
 
48
  errors when errors like ``ImmortalPendingDeletion`` occur during cleanup
 
49
  in ``do_merge``.
 
50
  (Andrew Bennetts, #517275)
42
51
 
43
52
API Changes
44
53
***********