Mercurial > p > roundup > code
diff CHANGES.txt @ 4490:559d9a2a0191
Fixed bug in filter_iter refactoring (lazy multilinks)...
...in rare cases this would result in duplicate multilinks to the same
node. We're now going the safe route and doing lazy evaluation only
for read-only access, whenever updates are done we fetch everything.
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Sat, 16 Apr 2011 11:02:01 +0000 |
| parents | 47bd330e3d17 |
| children | 41ea7d838c82 |
line wrap: on
line diff
--- a/CHANGES.txt Fri Apr 15 19:04:08 2011 +0000 +++ b/CHANGES.txt Sat Apr 16 11:02:01 2011 +0000 @@ -96,6 +96,10 @@ parameter for binding to all interfaces now (still left in for compatibility). Thanks to Toni Mueller for providing the first version of this patch and discussing implementations. +- Fixed bug in filter_iter refactoring (lazy multilinks), in rare cases + this would result in duplicate multilinks to the same node. We're now + going the safe route and doing lazy evaluation only for read-only + access, whenever updates are done we fetch everything. 2010-10-08 1.4.16 (r4541)
