aboutsummaryrefslogtreecommitdiff
path: root/Annex
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-13 15:44:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-13 15:44:56 -0400
commit4b9cbd2e52a1b15addf24c12eda7d43fe5b0422c (patch)
tree0167b5ca00760e57867a0336a0a43b6399fba63d /Annex
parent7d7732b7f6afc844cc5e2bc2087847801e3426f0 (diff)
added direct and indirect commands
Diffstat (limited to 'Annex')
-rw-r--r--Annex/Content.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Annex/Content.hs b/Annex/Content.hs
index 5c902e8a9..54e019345 100644
--- a/Annex/Content.hs
+++ b/Annex/Content.hs
@@ -26,6 +26,8 @@ module Annex.Content (
freezeContent,
thawContent,
freezeContentDir,
+ createContentDir,
+ replaceFile,
) where
import System.IO.Unsafe (unsafeInterleaveIO)