From f5480e80f4e3f3299a4d738f413460c0dbff35f8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 19 May 2014 16:19:33 -0400 Subject: assistant: When there are multiple remotes giving different ways to access the same repository, honor remote cost settings and use the cheapest available. Note that TransferInfo does not always contain the Remote, although any transfer added to the TransferQueue does have a Remote in its TransferInfo. The transferkeys command still accepts a UUID, which is useful to handle upgrades, where an old assistant version runs the new transferkeys. This commit was sponsored by Kalle Svensson. --- Remote.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Remote.hs') diff --git a/Remote.hs b/Remote.hs index 06c147506..29097f77d 100644 --- a/Remote.hs +++ b/Remote.hs @@ -25,6 +25,7 @@ module Remote ( remoteMap', uuidDescriptions, byName, + byName', byNameOnly, byNameWithUUID, byCost, -- cgit v1.2.3