improve comment

This commit is contained in:
Joey Hess 2021-04-02 10:35:15 -04:00
parent 4a30fddc2a
commit c75f7e1d98
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -55,7 +55,7 @@ runUpdateOnce a = do
{- Avoids updating the branch. A useful optimisation when the branch
- is known to have not changed, or git-annex won't be relying on info
- from it. -}
- queried from it being as up-to-date as possible. -}
disableUpdate :: Annex ()
disableUpdate = changeState $ \s -> s { branchUpdated = True }