import: Before removing a duplicate file in --deduplicate or --clean-duplicates mode, verify that enough copies of its content still exist.

This commit is contained in:
Joey Hess 2015-04-30 14:03:24 -04:00
parent 38c458b407
commit ac6b492711
3 changed files with 28 additions and 2 deletions

View file

@ -25,3 +25,6 @@ g-a import --clean-duplicates ~/tmp/importme (containing a, b and c) into 'impor
### Please provide any additional information below.
I can provide the script if it is wanted (coded in Perl, couple of non-core dependencies).
> Decided to go ahead and make it check remotes like drop does, so [[done]]
> --[[Joey]]