diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-15 17:47:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-15 17:47:03 -0400 |
commit | ee9af605bc6c59365e6080e34d7c615978ba21d8 (patch) | |
tree | 2c69d7dd4d652f16a9b4f8acca822986664e0d78 /Remote/Helper | |
parent | ec169f84b1cc140b6d4c316fbd0e8407297d038a (diff) |
break out non-log stuff to separate module
Diffstat (limited to 'Remote/Helper')
-rw-r--r-- | Remote/Helper/Special.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Remote/Helper/Special.hs b/Remote/Helper/Special.hs index 5603d13aa..52f2dbf95 100644 --- a/Remote/Helper/Special.hs +++ b/Remote/Helper/Special.hs @@ -12,7 +12,6 @@ import qualified Data.Map as M import Common.Annex import Types.Remote import qualified Git -import Logs.UUID {- Special remotes don't have a configured url, so Git.Repo does not - automatically generate remotes for them. This looks for a different |