Mercurial > hg
comparison tests/test-strict.t @ 39886:debc4ee597e7
revlog: add a callback "tracking" duplicate node addition
If a changegroup contains node already added to the repository, they will be
skipped. Skipping them is the right behavior (we don't need to store things
twice), but it can hide some information to the code doing the unbundle (eg:
shelve looking for the tip of the bundle).
The first step to improve this situation is to add a low level callback. We do
not need this tracking on all revlog, so actual tracking will be added in the
next changeset.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 19 Sep 2018 21:02:47 +0200 |
parents | 5199c5b6fd29 |
children | 9c9e0b4b2ca7 |
comparison
equal
deleted
inserted
replaced
39885:566cc633e637 | 39886:debc4ee597e7 |
---|