D3065: repair: use repo.file().files() to rebuild fncache

2018-04-04 Thread indygreg (Gregory Szorc)
indygreg abandoned this revision. indygreg added a comment. I'm just going to disable fncache with the simple store. All test functionality for `hg debugrebuildfncache` will be disabled unless an fncache is in play. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org

D3065: repair: use repo.file().files() to rebuild fncache

2018-04-03 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Previously, the fncache code assumed that .i and .d revlog files were being used. The file storage interface has a files() API to declare the paths of unde