diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-18 13:22:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-18 13:22:48 -0400 |
commit | c50a5fbeb4f90041f16cc84bf6b39577655d42b6 (patch) | |
tree | bf8e72086c6dc5ba947c76a6eb178ba38475bd7f /Logs/UUID.hs | |
parent | 1326bb863516b5e7efbfd9fba2754a3fe7289315 (diff) |
status: Include all special remotes in the list of repositories.
Special remotes do not always have a description listed in uuid.log,
and such ones were not listed before.
Diffstat (limited to 'Logs/UUID.hs')
-rw-r--r-- | Logs/UUID.hs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Logs/UUID.hs b/Logs/UUID.hs index 17b0330c1..20f43d15c 100644 --- a/Logs/UUID.hs +++ b/Logs/UUID.hs @@ -16,8 +16,7 @@ module Logs.UUID ( describeUUID, recordUUID, - uuidMap, - uuidList + uuidMap ) where import qualified Data.Map as M @@ -88,6 +87,3 @@ uuidMap = do return $ M.insertWith' preferold u "" m where preferold = flip const - -uuidList :: Annex [UUID] -uuidList = M.keys <$> uuidMap |