~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

various notes about find_ids_across_trees

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
        This is relatively expensive: we have to walk the entire dirstate.
228
228
        Ideally we would not, and can deprecate this function.
229
229
        """
 
230
        #: uncomment to trap on inventory requests.
 
231
        # import pdb;pdb.set_trace()
230
232
        state = self.current_dirstate()
231
233
        state._read_dirblocks_if_needed()
232
234
        rows = state._iter_rows()