diff options
author | 2015-12-21 18:41:15 -0400 | |
---|---|---|
committer | 2015-12-21 18:41:15 -0400 | |
commit | 0ac35d9b0ea997f9d6051d86889f4bb4df914498 (patch) | |
tree | 2a840c98bcf644f97c4092cb350a3171cd0365d4 /Annex/Content | |
parent | 5c0d394c39f0cc08abad5de12d797a18661b6c9d (diff) |
wip v6 support for assistant
Files are not yet added to v6 repos in unlocked mode.
Diffstat (limited to 'Annex/Content')
-rw-r--r-- | Annex/Content/Direct.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Annex/Content/Direct.hs b/Annex/Content/Direct.hs index 59bea8f99..3b9d1aea2 100644 --- a/Annex/Content/Direct.hs +++ b/Annex/Content/Direct.hs @@ -21,7 +21,6 @@ module Annex.Content.Direct ( addInodeCache, writeInodeCache, compareInodeCaches, - compareInodeCachesWith, sameInodeCache, elemInodeCaches, sameFileStatus, @@ -172,9 +171,6 @@ sameFileStatus key f status = do ([], Nothing) -> return True _ -> return False -compareInodeCachesWith :: Annex InodeComparisonType -compareInodeCachesWith = ifM inodesChanged ( return Weakly, return Strongly ) - {- Copies the contentfile to the associated file, if the associated - file has no content. If the associated file does have content, - even if the content differs, it's left unchanged. -} |