Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- cloneRepository :: String -> String -> Verbosity -> UseCache -> CloneKind -> UMask -> RemoteDarcs -> SetScriptsExecutable -> RemoteRepos -> SetDefault -> InheritDefault -> [MatchFlag] -> RepoFormat -> WithWorkingDir -> WithPatchIndex -> Bool -> ForgetParent -> IO ()
- replacePristine :: Repository rt p wR wU wT -> Tree IO -> IO ()
Documentation
cloneRepository :: String -> String -> Verbosity -> UseCache -> CloneKind -> UMask -> RemoteDarcs -> SetScriptsExecutable -> RemoteRepos -> SetDefault -> InheritDefault -> [MatchFlag] -> RepoFormat -> WithWorkingDir -> WithPatchIndex -> Bool -> ForgetParent -> IO () Source #
replacePristine :: Repository rt p wR wU wT -> Tree IO -> IO () Source #
Replace the existing pristine with a new one (loaded up in a Tree object).