update comment

This commit is contained in:
Joey Hess 2015-07-07 17:23:02 -04:00
parent b11d2f5a8a
commit 600717417f

View file

@ -244,7 +244,7 @@ withKeysReferencedInGit refspec a = do
_ -> nubRefs refs
{- Runs an action on keys referenced in the given Git reference which
- differ from those referenced in the index. -}
- differ from those referenced in the work tree. -}
withKeysReferencedInGitRef :: (Key -> Annex ()) -> Git.Ref -> Annex ()
withKeysReferencedInGitRef a ref = do
showAction $ "checking " ++ Git.Ref.describe ref