fsck: When fscking a dead repo, avoid incorrect "fixing location log" message.
authorJoey Hess <joeyh@joeyh.name>
Tue, 10 Nov 2015 17:59:04 +0000 (13:59 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 10 Nov 2015 17:59:04 +0000 (13:59 -0400)
commitcd7929034a085c827fff48afb4457d10be2befb5
treebd58e44304ed80b2ad28154eb14d5601bf447c72
parent5847909cad3fa473ef19e7621aef93e4c3542090
fsck: When fscking a dead repo, avoid incorrect "fixing location log" message.

keyLocations doesn't return locations in dead repos, but if we're fscking a
dead repo, we want to look at what locations are actually logged for it.
Command/Fsck.hs
debian/changelog