diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-23 21:58:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-23 21:58:39 -0400 |
commit | ca74fd92e73ac7d490067728d473c89fedf164b0 (patch) | |
tree | 869c7ddf86bce623b4bb40eeccefae63324290a6 | |
parent | 8276e0725fab976f5a73fee18c5e51fdae7f6d07 (diff) |
fsck distribution key
-rw-r--r-- | Annex/Content.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Annex/Content.hs b/Annex/Content.hs index 13a43b16e..62f1b1ccb 100644 --- a/Annex/Content.hs +++ b/Annex/Content.hs @@ -30,6 +30,7 @@ module Annex.Content ( freezeContent, thawContent, dirKeys, + withObjectLoc, ) where import System.IO.Unsafe (unsafeInterleaveIO) |