summaryrefslogtreecommitdiff
path: root/Remote
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-10-15 16:36:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-10-15 16:36:56 -0400
commitec169f84b1cc140b6d4c316fbd0e8407297d038a (patch)
treeb28d538df9249c7f03581696d23a9371e7ec9ffb /Remote
parentb4015064e1492c6591f69499d8d745989999ba53 (diff)
migrate: Copy url logs for keys when migrating.
Diffstat (limited to 'Remote')
-rw-r--r--Remote/Web.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/Remote/Web.hs b/Remote/Web.hs
index e46937ba5..21b981846 100644
--- a/Remote/Web.hs
+++ b/Remote/Web.hs
@@ -5,10 +5,7 @@
- Licensed under the GNU GPL version 3 or higher.
-}
-module Remote.Web (
- remote,
- setUrl
-) where
+module Remote.Web (remote) where
import Common.Annex
import Types.Remote