diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-15 16:36:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-15 16:36:56 -0400 |
commit | ec169f84b1cc140b6d4c316fbd0e8407297d038a (patch) | |
tree | b28d538df9249c7f03581696d23a9371e7ec9ffb /Remote | |
parent | b4015064e1492c6591f69499d8d745989999ba53 (diff) |
migrate: Copy url logs for keys when migrating.
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/Web.hs | 5 |
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 |