diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-12 19:19:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-12 19:19:28 -0400 |
commit | 1dd4574909b40ffdb77ae1338b353156d73983af (patch) | |
tree | 21a2d65e054964e91ba7376fcbca95b33f7f4472 /Upgrade | |
parent | b8558b724b302a9db16e9b75ac2cba425ecdc5c1 (diff) |
rename module
Diffstat (limited to 'Upgrade')
-rw-r--r-- | Upgrade/V1.hs | 2 | ||||
-rw-r--r-- | Upgrade/V2.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Upgrade/V1.hs b/Upgrade/V1.hs index e048b3db8..9793f04e8 100644 --- a/Upgrade/V1.hs +++ b/Upgrade/V1.hs @@ -20,7 +20,7 @@ import qualified Git.LsFiles as LsFiles import Backend import Annex.Version import Utility.FileMode -import Utility.TempFile +import Utility.Tmp import qualified Upgrade.V2 -- v2 adds hashing of filenames of content and location log files. diff --git a/Upgrade/V2.hs b/Upgrade/V2.hs index 935fc4825..b5de6c8c0 100644 --- a/Upgrade/V2.hs +++ b/Upgrade/V2.hs @@ -14,7 +14,7 @@ import qualified Git.Ref import qualified Annex.Branch import Logs.Location import Annex.Content -import Utility.TempFile +import Utility.Tmp olddir :: Git.Repo -> FilePath olddir g |