copy --fast --to remote: Avoid printing anything for files that are already believed to be present on the remote.

This commit is contained in:
Joey Hess 2014-03-13 14:51:22 -04:00
parent 62018ac879
commit 4cc34973d9
4 changed files with 29 additions and 18 deletions

View file

@ -376,5 +376,5 @@ syncFile rs f (k, _) = do
put dest = do
ok <- commandAction $ do
showStart "copy" f
next $ Command.Move.toPerform dest False k (Just f)
Command.Move.toStart' dest False (Just f) k
return (ok, if ok then Just (Remote.uuid dest) else Nothing)