~bzr-pqm/bzr/bzr.dev

Viewing all changes in revision 2466.4.3.

  • Committer: John Arbash Meinel
  • Date: 2007-04-26 23:01:46 UTC
  • mto: This revision was merged to the branch mainline in revision 2471.
  • Revision ID: john@arbash-meinel.com-20070426230146-ip22905t91xhkjs9
Fix bug #110399 by changing _iter_changes to never descend into unknown directories.
There was a bug when a versioned directory had no versioned children.
It would descend into all unknown subdirs.
This was originally fixed when 'want_unchanged=True', but now it is
also fixed when 'want_unchanged=False'.

We really should have an intertree test for this, but to detect
descent, we spy on walkdirs, which WT3 doesn't use.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: