Rev 3371: Update NEWS to reflect the regression fix. in http://bzr.arbash-meinel.com/branches/bzr/1.4-dev/knit_fetch_regression
John Arbash Meinel
john at arbash-meinel.com
Wed Apr 16 16:12:13 BST 2008
At http://bzr.arbash-meinel.com/branches/bzr/1.4-dev/knit_fetch_regression
------------------------------------------------------------
revno: 3371
revision-id: john at arbash-meinel.com-20080416145933-9gckdbje0wbjpd6p
parent: john at arbash-meinel.com-20080416145419-n2o7pkchnet77smi
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: knit_fetch_regression
timestamp: Wed 2008-04-16 09:59:33 -0500
message:
Update NEWS to reflect the regression fix.
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS 2008-04-14 22:39:51 +0000
+++ b/NEWS 2008-04-16 14:59:33 +0000
@@ -24,8 +24,11 @@
BUGFIXES:
* Severe performance degradation in fetching from knit repositories to
- packs due to parsing the entire revisions.kndx on every graph walk
- iteration fixed by using the Repository.get_graph API. (Robert Collins)
+ knits and packs due to parsing the entire revisions.kndx on every graph
+ walk iteration fixed by using the Repository.get_graph API. There was
+ another regression in knit => knit fetching which re-read the index for
+ every revision each side had in common.
+ (Robert Collins, John Arbash Meinel)
DOCUMENTATION:
More information about the bazaar-commits
mailing list