diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-11 16:12:42 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-11 16:12:42 -0400 |
commit | 04dd602ec1270ad00074ebde80ba35510780a657 (patch) | |
tree | 4c861c32087847d729eb7469ce8f80126f6eb192 /Annex | |
parent | 12a4ebb4758c65a51a419e42322edfe7fae8f8f9 (diff) |
checked getKeysPresent; it's ok for v6 unlocked files
When a v6 unlocked files is removed from the work tree,
unused doesn't show it. When it gets removed from the index,
unused does show it. This is the same as a locked file.
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Content.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Annex/Content.hs b/Annex/Content.hs index f0c8e25cd..f4daa3813 100644 --- a/Annex/Content.hs +++ b/Annex/Content.hs @@ -744,9 +744,9 @@ data KeyLocation = InAnnex | InRepository {- List of keys whose content exists in the specified location. - - InAnnex only lists keys under .git/annex/objects, - - while InRepository, in direct mode, also finds keys located in the - - work tree. + - InAnnex only lists keys with content in .git/annex/objects, + - while InRepository, in direct mode, also finds keys with content + - in the work tree. - - Note that InRepository has to check whether direct mode files - have goodContent. |