Rev 5754: Move the release-notes entry to 2.4 only. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-transform-cache-sha-740932
John Arbash Meinel
john at arbash-meinel.com
Mon Apr 4 13:39:00 UTC 2011
At http://bazaar.launchpad.net/~jameinel/bzr/2.4-transform-cache-sha-740932
------------------------------------------------------------
revno: 5754
revision-id: john at arbash-meinel.com-20110404133854-78q3ruqlrq2x3tff
parent: john at arbash-meinel.com-20110404133725-5poi07a3wk5re7hm
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.4-transform-cache-sha-740932
timestamp: Mon 2011-04-04 15:38:54 +0200
message:
Move the release-notes entry to 2.4 only.
-------------- next part --------------
=== modified file 'doc/en/release-notes/bzr-2.3.txt'
--- a/doc/en/release-notes/bzr-2.3.txt 2011-04-04 13:37:25 +0000
+++ b/doc/en/release-notes/bzr-2.3.txt 2011-04-04 13:38:54 +0000
@@ -58,13 +58,6 @@
had changed. Bazaar was attempting to open and lock the master branch
twice in this case. (Andrew Bennetts, #733350)
-* ``TreeTransform`` now calls ``_observed_sha1`` for content that it
- creates. This means that ``merge`` and ``checkout`` should be able to
- cache the sha values, and avoid re-reading the files on the next ``bzr
- status`` that gets run. Further, on Windows we now properly suppress
- ``st_dev`` and ``st_ino`` so that commit also avoids re-doing the work.
- (John Arbash Meinel, #740932)
-
* When reporting a crash without apport, don't print the full list of
plugins because it's often too long.
(Martin Pool, #716389)
=== modified file 'doc/en/release-notes/bzr-2.4.txt'
--- a/doc/en/release-notes/bzr-2.4.txt 2011-04-02 00:08:39 +0000
+++ b/doc/en/release-notes/bzr-2.4.txt 2011-04-04 13:38:54 +0000
@@ -44,6 +44,13 @@
* Lazy hooks are now reset between test runs. (Jelmer Vernooij, #745566)
+* ``TreeTransform`` now calls ``_observed_sha1`` for content that it
+ creates. This means that ``merge`` and ``checkout`` should be able to
+ cache the sha values, and avoid re-reading the files on the next ``bzr
+ status`` that gets run. Further, on Windows we now properly suppress
+ ``st_dev`` and ``st_ino`` so that commit also avoids re-doing the work.
+ (John Arbash Meinel, #740932)
+
Documentation
*************
More information about the bazaar-commits
mailing list