summaryrefslogtreecommitdiff
path: root/Limit.hs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-12-06 13:22:16 -0400
committerJoey Hess <joey@kitenet.net>2012-12-06 13:22:16 -0400
commit99a8a5297c8141ae45bae4d54cd803707e48284e (patch)
treed2f9726d099704690dec15802062c34b3292e814 /Limit.hs
parent28cfd6776d82135478e05e572561b7a65af9082f (diff)
--auto fixes
* get/copy --auto: Transfer data even if it would exceed numcopies, when preferred content settings want it. * drop --auto: Fix dropping content when there are no preferred content settings.
Diffstat (limited to 'Limit.hs')
-rw-r--r--Limit.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Limit.hs b/Limit.hs
index e9c99019c7..80608bcc68 100644
--- a/Limit.hs
+++ b/Limit.hs
@@ -34,7 +34,7 @@ type AssumeNotPresent = S.Set UUID
{- Checks if there are user-specified limits. -}
limited :: Annex Bool
-limited = (not . Utility.Matcher.matchesAny) <$> getMatcher'
+limited = (not . Utility.Matcher.isEmpty) <$> getMatcher'
{- Gets a matcher for the user-specified limits. The matcher is cached for
- speed; once it's obtained the user-specified limits can't change. -}