~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/whats-new/whats-new-in-2.3.txt

Take jam's review comments into account.

* doc/en/whats-new/whats-new-in-2.3.txt:
Add entry.

* bzrlib/transform.py:
(DiskTreeTransform.new_orphan): Urgh, call a valid backup name
prediction function. Add a trace.warning call too.

* bzrlib/tests/test_transform.py:
(TestTransformMissingParent): Use make_ not get_ for helper.
(TestOrphan.test_new_orphan): Check that the orphan is moved in te
right place.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  content faster than seeking and reading content from another tree,
53
53
  especially in cold-cache situations. (John Arbash Meinel, #607298)
54
54
 
 
55
 
 
56
Improved conflict handling
 
57
**************************
 
58
 
 
59
* Deleting a versioned directory containing unversioned files will no
 
60
  longer create a conflict. Instead, the unversioned files will be moved
 
61
  into a 'bzr-orphans' directory at the root of the working tree.
 
62
  (Vincent Ladeuil, #323111)
 
63
 
55
64
Documentation
56
65
*************
57
66
* A beta version of the documentation is now available in GNU TexInfo