rename bothHandles -> ioHandles

This commit is contained in:
Joey Hess 2015-04-03 15:33:28 -04:00
parent bc0180da83
commit 1c91024978
6 changed files with 15 additions and 14 deletions

View file

@ -16,7 +16,7 @@ import Logs.Location
import Annex.Transfer
import qualified Remote
import Types.Key
import Utility.SimpleProtocol (ioHandles)
import Utility.SimpleProtocol (dupIoHandles)
import Git.Types (RemoteName)
data TransferRequest = TransferRequest Direction Remote Key AssociatedFile
@ -30,7 +30,7 @@ seek = withNothing start
start :: CommandStart
start = do
(readh, writeh) <- liftIO ioHandles
(readh, writeh) <- liftIO dupIoHandles
runRequests readh writeh runner
stop
where