diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-09 15:42:16 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-09 15:52:11 -0400 |
commit | b5c8ba7db3ea2eb4f1cd28e49cadb5fd348ca738 (patch) | |
tree | 81d2f8bca341e56bb20d01d68e0a60812e285aa2 /Command | |
parent | 7f00b7eaf0877e791194e7dfed5abefbb091ee86 (diff) |
move InodeSentinal from direct mode code to its own module
Will be used outside of direct mode for v6 unlocked files, and is already
used outside of direct mode when adding files to annex.
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Add.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Add.hs b/Command/Add.hs index 27c11eab4..f4bdc70c9 100644 --- a/Command/Add.hs +++ b/Command/Add.hs @@ -32,6 +32,7 @@ import Annex.FileMatcher import Annex.ReplaceFile import Utility.Tmp import Utility.CopyFile +import Annex.InodeSentinal import Control.Exception (IOException) |