This commit is contained in:
Joey Hess 2024-08-13 11:47:37 -04:00
parent 745bc5c547
commit 5c35b3d579
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -247,7 +247,7 @@ overLocationLogs' iv discarder keyaction = do
Annex.Branch.overBranchFileContents getk (go iv) >>= \case Annex.Branch.overBranchFileContents getk (go iv) >>= \case
Just r -> return r Just r -> return r
Nothing -> giveup "This repository is read-only, and there are unmerged git-annex branches, which prevents operating on allu keys. (Set annex.merge-annex-branches to false to ignore the unmerged git-annex branches.)" Nothing -> giveup "This repository is read-only, and there are unmerged git-annex branches, which prevents operating on all keys. (Set annex.merge-annex-branches to false to ignore the unmerged git-annex branches.)"
-- Cannot import Logs.Cluster due to a cycle. -- Cannot import Logs.Cluster due to a cycle.
-- Annex.clusters gets populated when starting up git-annex. -- Annex.clusters gets populated when starting up git-annex.