Rev 4334: Expand on NEWS. in http://people.ubuntu.com/~robertc/baz2.0/pending/bug-360791
Robert Collins
robertc at robertcollins.net
Thu May 7 00:42:28 BST 2009
At http://people.ubuntu.com/~robertc/baz2.0/pending/bug-360791
------------------------------------------------------------
revno: 4334
revision-id: robertc at robertcollins.net-20090506234213-puzjtbd3grzhefer
parent: robertc at robertcollins.net-20090506020536-xckeehz4vv1x66hr
committer: Robert Collins <robertc at robertcollins.net>
branch nick: bug-360791
timestamp: Thu 2009-05-07 09:42:13 +1000
message:
Expand on NEWS.
=== modified file 'NEWS'
--- a/NEWS 2009-05-06 02:05:36 +0000
+++ b/NEWS 2009-05-06 23:42:13 +0000
@@ -74,7 +74,16 @@
content with a size mismatch in a reconstructed graph search: it assumes
that the client will make sure it is happy with what it got, and this
sort of mismatch is normal for stacked environments.
- (Robert Collins, #360791)
+ bzr 1.13.0/1 will stream from unstacked branches only - in that case not
+ getting all the content expected would be a bug. However the graph
+ search is how we figured out what we wanted, so a mismatch is both odd
+ and unrecoverable without starting over, and starting over will end up
+ with the same data as if we just permitted the mismatch. If data is
+ gc'd, doing a new search will find only the truncated data, so sending
+ only the truncated data seems reasonable. bzr versions newer than this
+ will stream from stacked branches and check the stream to find missing
+ content in the stacked-on branch, and thus will handle the situation
+ implicitly. (Robert Collins, #360791)
Documentation
*************
More information about the bazaar-commits
mailing list