129
129
revs = self._revids_to_fetch()
130
132
self._fetch_everything_for_revisions(revs, pp)
134
136
def _fetch_everything_for_revisions(self, revs, pp):
135
137
"""Fetch all data for the given set of revisions."""
138
138
# The first phase is "file". We pass the progress bar for it directly
139
139
# into item_keys_introduced_by, which has more information about how
140
140
# that phase is progressing than we do. Progress updates for the other