summaryrefslogtreecommitdiff
path: root/Command/Drop.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-09 18:53:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-01-09 18:53:59 -0400
commitc81444bea5d4c90681434dff5fc00948333b4a10 (patch)
treec7cb1a7d5117455fd4f14054b613fe0f6fa0fe96 /Command/Drop.hs
parent0c893f8743bab81077e3ee0fed0993b746d7a269 (diff)
drop: Suggest using git annex move when numcopies prevents dropping a file.
Diffstat (limited to 'Command/Drop.hs')
-rw-r--r--Command/Drop.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Drop.hs b/Command/Drop.hs
index 3a30703d5..2552b3d37 100644
--- a/Command/Drop.hs
+++ b/Command/Drop.hs
@@ -133,6 +133,7 @@ notEnoughCopies key need have skip bad = do
" necessary copies"
Remote.showTriedRemotes bad
Remote.showLocations key (have++skip)
+ "Rather than dropping this file, try using: git annex move"
hint
return False
where