-
Committer:
John Arbash Meinel
-
Date:
2007-04-20 19:30:42 UTC
-
mto:
This revision was merged to the branch mainline in
revision
2440.
-
Revision ID:
john@arbash-meinel.com-20070420193042-d2v07ewsqzemihcp
Fix the bug by not iterating over the same list we are modifying.
If a record only exists in one tree (current) move_one() will remove it from
the current block. Which means that the block we are
iterating over may change underneath us. So grab a copy before iterating.
Do some other small doc updates.