Skip to content
Snippets Groups Projects
user avatar
Boris Feld authored
Since 8f83a953dddf, we skip over empty deltas when choosing a delta base. Such
delta happens when two distinct revisions have the same content.

The remote might be sending a delta against such revision within the bundle.
In that case, the delta base is no longer considered, but the cached one could
still, be used with the equivalent revision.

Not reusing the delta from the bundle can have a significant performance
impact, so we now make sure with doing so when possible.
a911932d
History
Name Last commit Last update