~bzr-pqm/bzr/bzr.dev

Viewing all changes in revision 2438.1.5.

  • 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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: