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.
This commit is contained in:
Joey Hess 2011-11-18 13:22:48 -04:00
parent 1326bb8635
commit c50a5fbeb4
5 changed files with 24 additions and 19 deletions

View file

@ -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