missed adding allowConcurrentOutput here
authorJoey Hess <joeyh@joeyh.name>
Fri, 6 Nov 2015 17:41:26 +0000 (13:41 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 6 Nov 2015 17:41:26 +0000 (13:41 -0400)
Command/Copy.hs

index 1711b0c633065d74e885b9f06889580d85555477..1fe31e36e06019a58bc87a943f8af91551b78b3b 100644 (file)
@@ -36,10 +36,11 @@ instance DeferredParseClass CopyOptions where
                <*> pure (autoMode v)
 
 seek :: CopyOptions -> CommandSeek
-seek o = withKeyOptions (Command.Move.keyOptions $ moveOptions o) (autoMode o)
-       (Command.Move.startKey (moveOptions o) False)
-       (withFilesInGit $ whenAnnexed $ start o)
-       (Command.Move.moveFiles $ moveOptions o)
+seek o = allowConcurrentOutput $
+       withKeyOptions (Command.Move.keyOptions $ moveOptions o) (autoMode o)
+               (Command.Move.startKey (moveOptions o) False)
+               (withFilesInGit $ whenAnnexed $ start o)
+               (Command.Move.moveFiles $ moveOptions o)
 
 {- A copy is just a move that does not delete the source file.
  - However, auto mode avoids unnecessary copies, and avoids getting or