Comment 2 for bug 355143

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

We do an update request for each revision at the moment specifying that we have the parent revision completely to the reporter. The alternative would be to use replay for each revision, but that means we need to be able to access any old revisions contents, and that's not always the case. E.g. something that had the same name could be in a different branch.

You can try out the replay functionality by removing " and False" from line 1074 in fetch.py.