comparison hgext/clonebundles.py @ 33724:6626d12e7a85

repair: refactor broken linkrev collection This refactors broken linkrev collection such that manifest collection is in a separate function. This allows extensions to replace the manifest collection with a non-revlog oriented version. I considered moving the collect changes function onto the manifestlog itself, so it would be behind the abstraction, but since the store we're building doesn't even have the concept of strip, embeding that concept in the manifestlog api seemed odd. Differential Revision: https://phab.mercurial-scm.org/D291
author Durham Goode <durham@fb.com>
date Tue, 08 Aug 2017 17:25:38 -0700
parents d25802b0eef5
children aacfca6f9767
comparison
equal deleted inserted replaced
33723:5b2f331d0a33 33724:6626d12e7a85