convert GitRepo to qualified import
This commit is contained in:
parent
eda80e44c5
commit
48643b68b3
11 changed files with 173 additions and 189 deletions
|
@ -28,7 +28,7 @@ import Data.String.Utils
|
|||
import System.Posix.Files
|
||||
import BackendList
|
||||
import Locations
|
||||
import GitRepo
|
||||
import qualified GitRepo as Git
|
||||
import Utility
|
||||
import Types
|
||||
|
||||
|
@ -36,7 +36,7 @@ import Types
|
|||
storeFile :: FilePath -> Annex (Maybe (Key, Backend))
|
||||
storeFile file = do
|
||||
g <- gitAnnex
|
||||
let relfile = gitRelative g file
|
||||
let relfile = Git.relative g file
|
||||
b <- backendsAnnex
|
||||
storeFile' b file relfile
|
||||
storeFile' [] _ _ = return Nothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue