info dir: Added information about repositories that contain files in the specified directory.
This is a nearly free feature; it piggybacks on the location log lookups done for the numcopies stats. So, the only extra overhead is updating the map of repository sizes. However, I had to switch to Data.Map.Strict, which needs containers 0.5. If backporting to wheezy, will probably need to revert this commit.
This commit is contained in:
parent
0ee0795b01
commit
b14ec45aa8
5 changed files with 67 additions and 27 deletions
|
@ -83,7 +83,7 @@ remoteMap' mkv mkk = M.fromList . mapMaybe mk <$> remoteList
|
|||
Nothing -> Nothing
|
||||
Just k -> Just (k, mkv r)
|
||||
|
||||
{- Map of UUIDs of remotes and their descriptions.
|
||||
{- Map of UUIDs of repositories and their descriptions.
|
||||
- The names of Remotes are added to suppliment any description that has
|
||||
- been set for a repository. -}
|
||||
uuidDescriptions :: Annex (M.Map UUID String)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue