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:
parent
1326bb8635
commit
c50a5fbeb4
5 changed files with 24 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue