| ||||
| ||||
Documentation | ||||
data Pristine | ||||
| ||||
flagsToPristine :: [DarcsFlag] -> RepoFormat -> Pristine | ||||
nopristine :: Pristine | ||||
createPristine :: Pristine -> IO Pristine | ||||
removePristine :: Pristine -> IO () | ||||
identifyPristine :: IO Pristine | ||||
slurpPristine :: Pristine -> IO (Maybe Slurpy) | ||||
applyPristine :: Patchy p => Pristine -> p -> IO () | ||||
createPristineFromWorking :: Pristine -> IO () | ||||
getPristinePop :: PatchInfo -> Pristine -> IO (Maybe Population) | ||||
pristineDirectory :: Pristine -> Maybe String | ||||
pristineToFlagString :: Pristine -> String | ||||
easyCreatePristineDirectoryTree :: Pristine -> FilePath -> IO Bool | ||||
easyCreatePartialsPristineDirectoryTree :: FilePathLike fp => [fp] -> Pristine -> FilePath -> IO Bool | ||||
Produced by Haddock version 2.6.0 |