~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-10-15 16:41:48 UTC
  • mfrom: (5502.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20101015164148-k10lo687r72nzbtl
(vila) Provides a ``bzr.transform.orphan_policy`` option to control
        orphan handling when merging directory deletion (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
  strictly "asciibetical".  That behavior is still available as ``bzr tags
104
104
  --sort=alpha``. (Neil Martinsen-Burrell, #640760)
105
105
 
 
106
* ``BzrDir.generate_backup_name`` has been deprecated and replaced by a
 
107
  private method. ``osutils.available_backup_name`` provides an extensible
 
108
  replacement. This allowed the deprecation of
 
109
  ``bzrlib.transform.get_backup_name``,
 
110
  ``bzrlib.transform._get_backup_name`` and
 
111
  ``bzrlib.transform.TreeTransformBase.has_named_child``.
 
112
  (Vincent Ladeuil)
 
113
 
106
114
New Features
107
115
************
108
116
 
167
175
* ``unshelve --preview`` now can show diff in a non-ascii encoding.
168
176
  (Andrej A Antonov, #518916)
169
177
 
 
178
* Deleting a versioned directory can leave orphans: unversioned files that
 
179
  were present don't have a parent anymore. The
 
180
  ``bzr.transform.orphan_policy`` configuration option controls the ``bzr``
 
181
  behaviour: ``conflict`` (the default) leave the orphans in place and
 
182
  create a conflict for the directory, ``move`` create orphans named
 
183
  ``<file>.~#~`` in a ``bzr-orphans`` directory at the root of the working
 
184
  tree.  (Vincent Ladeuil, #323111)
 
185
 
 
186
Improvements
 
187
************
 
188
 
170
189
Documentation
171
190
*************
172
191
 
173
192
* Correct the documentation for setting up the smart server with Apache.
174
193
  (Neil Martinsen-Burrell, #311518)
175
194
 
 
195
* Fix rst typos in bzrlib/help_topics/en/conflict-types.txt.
 
196
  (Vincent Ladeuil, #660943)
 
197
 
176
198
* Provide more detailed help on the Launchpad plugin at "bzr help
177
199
  plugins/launchpad".  (Neil Martinsen-Burrell, #589379)
178
200