~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge chk-apply-delta-522637-2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
* Don't traceback trying to unversion children files of an already
28
28
  unversioned directory.  (Vincent Ladeuil, #494221)
29
29
 
30
 
* Raise ValueError instead of a string exception.
31
 
  (John Arbash Meinel, #586926)
32
 
 
33
30
* Prevent ``CHKMap.apply_delta`` from generating non-canonical CHK maps,
34
31
  which can result in "missing referenced chk root keys" errors when
35
32
  fetching from repositories with affected revisions.
36
33
  (Andrew Bennetts, #522637)
37
34
 
 
35
* Raise ValueError instead of a string exception.
 
36
  (John Arbash Meinel, #586926)
 
37
 
38
38
Improvements
39
39
************
40
40
 
517
517
* Don't traceback trying to unversion children files of an already
518
518
  unversioned directory.  (Vincent Ladeuil, #494221)
519
519
 
 
520
* Prevent ``CHKMap.apply_delta`` from generating non-canonical CHK maps,
 
521
  which can result in "missing referenced chk root keys" errors when
 
522
  fetching from repositories with affected revisions.
 
523
  (Andrew Bennetts, #522637)
 
524
 
520
525
* Raise ValueError instead of a string exception.
521
526
  (John Arbash Meinel, #586926)
522
527