Rev 6022: Move news entries from 2.4 to 2.5 for patches landed after 2.4 fork in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Mon Jul 11 08:54:00 UTC 2011
At http://bazaar.launchpad.net/~vila/bzr/integration/
------------------------------------------------------------
revno: 6022
revision-id: v.ladeuil+lp at free.fr-20110711085359-54ouecm5rzedzixz
parent: pqm at pqm.ubuntu.com-20110711083047-016iinonq1tbgl6b
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: trunk
timestamp: Mon 2011-07-11 10:53:59 +0200
message:
Move news entries from 2.4 to 2.5 for patches landed after 2.4 fork
-------------- next part --------------
=== modified file 'doc/en/release-notes/bzr-2.4.txt'
--- a/doc/en/release-notes/bzr-2.4.txt 2011-07-11 02:06:18 +0000
+++ b/doc/en/release-notes/bzr-2.4.txt 2011-07-11 08:53:59 +0000
@@ -56,20 +56,6 @@
suite. This can include new facilities for writing tests, fixes to
spurious test failures and changes to the way things should be tested.
-* `BranchBuilder.build_snapshot` now supports a "flush" action. This
- cleanly and reliably allows tests using `BranchBuilder` to construct
- branches that e.g. rename files out of a directory and unversion that
- directory in the same revision. Previously some changes were impossible
- due to the order that `build_snapshot` performs its actions.
- (Andrew Bennetts)
-
-* `TestCaseWithMemoryTransport` is faster now: `_check_safety_net` now
- just compares the bytes in the dirstate file to its pristine state,
- rather than opening the WorkingTree and calling ``last_revision()``.
- This reduces the overall test suite time by about 10% on my laptop.
- (Andrew Bennetts)
-
-
bzr 2.4b5
#########
=== modified file 'doc/en/release-notes/bzr-2.5.txt'
--- a/doc/en/release-notes/bzr-2.5.txt 2011-07-11 07:49:59 +0000
+++ b/doc/en/release-notes/bzr-2.5.txt 2011-07-11 08:53:59 +0000
@@ -56,6 +56,18 @@
suite. This can include new facilities for writing tests, fixes to
spurious test failures and changes to the way things should be tested.
+* `BranchBuilder.build_snapshot` now supports a "flush" action. This
+ cleanly and reliably allows tests using `BranchBuilder` to construct
+ branches that e.g. rename files out of a directory and unversion that
+ directory in the same revision. Previously some changes were impossible
+ due to the order that `build_snapshot` performs its actions.
+ (Andrew Bennetts)
+
+* `TestCaseWithMemoryTransport` is faster now: `_check_safety_net` now
+ just compares the bytes in the dirstate file to its pristine state,
+ rather than opening the WorkingTree and calling ``last_revision()``.
+ This reduces the overall test suite time by about 10% on my laptop.
+ (Andrew Bennetts)
..
vim: tw=74 ft=rst ff=unix
More information about the bazaar-commits
mailing list