merge improved fsck types from git-repair and some associated changes

This commit is contained in:
Joey Hess 2013-11-30 14:29:11 -04:00
parent a8e8bd4360
commit 6edac746f0
6 changed files with 57 additions and 46 deletions

View file

@ -58,7 +58,7 @@ runRepair u mrmt destructiverepair = do
ok <- if u == myu
then localrepair fsckresults
else remoterepair fsckresults
liftAnnex $ writeFsckResults u Nothing
liftAnnex $ clearFsckResults u
debug [ "Repaired", show u, show ok ]
return ok