~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/mutabletree.py

Fix the behaviour of dirstate optimised iter_changes recursing its disk iterator into subtrees inappropriately.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
            if kinds is not None:
91
91
                kinds = [kinds]
92
92
 
 
93
        files = [path.strip('/') for path in files]
 
94
 
93
95
        if ids is None:
94
96
            ids = [None] * len(files)
95
97
        else: