diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-26 23:28:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-26 23:47:30 -0400 |
commit | 7923a3e63f3f9871b2f2fcdb1c808d91ed1f8d61 (patch) | |
tree | 9ef254a62ffbaf11ba4383b5f8accf8233d01c4a /Command | |
parent | 46d92c0e423f6ae5b4456d1b3d4a91d124261d4b (diff) |
enabling rsync.net gcrypt repos
Still need to detect when the user is trying to create a repo
that already exists, and jump to the enabling code.
Diffstat (limited to 'Command')
-rw-r--r-- | Command/List.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/List.hs b/Command/List.hs index 56ec0cd03..fda8f3dc7 100644 --- a/Command/List.hs +++ b/Command/List.hs @@ -22,6 +22,7 @@ import Logs.UUID import Annex.UUID import qualified Option import qualified Annex +import Git.Remote def :: [Command] def = [noCommit $ withOptions [allrepos] $ command "list" paramPaths seek @@ -68,7 +69,6 @@ start l file (key, _) = do liftIO $ putStrLn $ format (map (\(u, _, t) -> (t, S.member u ls)) l) file stop -type RemoteName = String type Present = Bool header :: [(RemoteName, TrustLevel)] -> String |