~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1018
1018
        """
1019
1019
        ## TODO: Work from given directory downwards
1020
1020
        for path, dir_entry in self.inventory.directories():
1021
 
            mutter("search for unknowns in %r", path)
 
1021
            # mutter("search for unknowns in %r", path)
1022
1022
            dirabs = self.abspath(path)
1023
1023
            if not isdir(dirabs):
1024
1024
                # e.g. directory deleted