Rev 5428: Move NEWS entry to 2.3b2 in file:///home/vila/src/bzr/bugs/323111-orphans/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Tue Sep 21 15:56:08 BST 2010
At file:///home/vila/src/bzr/bugs/323111-orphans/
------------------------------------------------------------
revno: 5428
revision-id: v.ladeuil+lp at free.fr-20100921145608-2c6q12x42xfksdkh
parent: v.ladeuil+lp at free.fr-20100921145522-0wrbuzxq9yugd3wa
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: orphan-config-option
timestamp: Tue 2010-09-21 16:56:08 +0200
message:
Move NEWS entry to 2.3b2
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS 2010-09-21 14:55:22 +0000
+++ b/NEWS 2010-09-21 14:56:08 +0000
@@ -27,6 +27,12 @@
Bug Fixes
*********
+* Orphan creation (when a directory is deleted) is now controlled by the
+ ``bzrlib.transform.orphan_policy`` configuration variable. Acceptable
+ values are ``never`` (the previous behaviour) or ``always`` to create
+ orphans when a versioned directory is deleted and contains unversioned
+ files (the orphans). (Vincent Ladeuil, #323111)
+
Improvements
************
@@ -223,12 +229,6 @@
@needs_write_lock (set_option() for example).
(Vincent Ladeuil, #525571)
-* Orphan creation (when a directory is deleted) is now controlled by the
- ``bzrlib.transform.orphan_policy`` configuration variable. Acceptable
- values are ``never`` (the previous behaviour) or ``always`` to create
- orphans when a versioned directory is deleted and contains unversioned
- files (the orphans). (Vincent Ladeuil, #323111)
-
* The ``lp:`` prefix will now use your known username (from
``bzr launchpad-login``) to expand ``~`` to your username. For example:
``bzr launchpad-login user && bzr push lp:~/project/branch`` will now
More information about the bazaar-commits
mailing list