This commit is contained in:
Joey Hess 2011-09-14 13:48:39 -04:00
parent 949b3f69d0
commit 5a1f10325f

View file

@ -24,7 +24,7 @@ command = [repoCommand "drop" paramPath seek
"indicate content of files not currently wanted"]
seek :: [CommandSeek]
seek = [withAttrFilesInGit "annex.numcopies" start]
seek = [withNumCopies start]
{- Indicates a file's content is not wanted anymore, and should be removed
- if it's safe to do so. -}