227
227
This is relatively expensive: we have to walk the entire dirstate.
228
228
Ideally we would not, and can deprecate this function.
230
232
state = self.current_dirstate()
231
233
state._read_dirblocks_if_needed()
232
234
rows = state._iter_rows()