Safe Haskell | None |
---|---|
Language | Haskell2010 |
- cloneRepository :: String -> String -> Verbosity -> UseCache -> CloneKind -> UMask -> RemoteDarcs -> SetScriptsExecutable -> RemoteRepos -> SetDefault -> [MatchFlag] -> RepoFormat -> WithWorkingDir -> WithPatchIndex -> Bool -> ForgetParent -> IO ()
- replacePristine :: Repository rt p wR wU wT -> Tree IO -> IO ()
- writePatchSet :: (IsRepoType rt, RepoPatch p) => PatchSet rt p Origin wX -> UseCache -> IO (Repository rt p wR wU wT)
Documentation
cloneRepository :: String -> String -> Verbosity -> UseCache -> CloneKind -> UMask -> RemoteDarcs -> SetScriptsExecutable -> RemoteRepos -> SetDefault -> [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).
writePatchSet :: (IsRepoType rt, RepoPatch p) => PatchSet rt p Origin wX -> UseCache -> IO (Repository rt p wR wU wT) Source #
writePatchSet is like patchSetToRepository, except that it doesn't touch the working directory or pristine cache.