diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-16 00:31:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-16 00:50:12 -0400 |
commit | 23f2a12816e250f6780f80443ef6ec31c13fca9e (patch) | |
tree | 98de024aa2909caa39f82a76ccde182afef5093b /Upgrade/V2.hs | |
parent | 91366c896d9c9cb4519b451a64ed4d1e0ff52cb3 (diff) |
broke up Utility
Diffstat (limited to 'Upgrade/V2.hs')
-rw-r--r-- | Upgrade/V2.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Upgrade/V2.hs b/Upgrade/V2.hs index d6334ed65..1ad41266a 100644 --- a/Upgrade/V2.hs +++ b/Upgrade/V2.hs @@ -12,6 +12,7 @@ import qualified Git import qualified Annex.Branch import Logs.Location import Annex.Content +import Utility.TempFile olddir :: Git.Repo -> FilePath olddir g |