add --force overrides annex.largefiles

This commit is contained in:
Joey Hess 2013-03-29 16:20:15 -04:00
parent 67e817c6a1
commit b89efc79f6

View file

@ -44,7 +44,7 @@ seek =
] ]
where where
go a = withValue largeFilesMatcher $ \matcher -> go a = withValue largeFilesMatcher $ \matcher ->
a $ \file -> ifM (checkFileMatcher matcher file) a $ \file -> ifM (checkFileMatcher matcher file <||> Annex.getState Annex.force)
( start file ( start file
, stop , stop
) )