ContentsIndex
Darcs.Population
Synopsis
initPop :: Population
applyPatchSetPop :: RepoPatch p => PatchSet p -> Population -> Population
applyPatchesPop :: Effect p => FL (PatchInfoAnd p) -> Population -> Population
getRepoPop :: FilePath -> IO Population
getRepoPopVersion :: FilePath -> PatchInfo -> IO Population
lookup_pop :: FilePath -> Population -> Maybe Population
lookup_pop' :: String -> Population -> Maybe Population
lookup_creation_pop :: PatchInfo -> FilePath -> Population -> Maybe Population
lookup_creation_pop' :: PatchInfo -> String -> Population -> Maybe Population
modified_to_xml :: Info -> Doc
Documentation
initPop :: Population
population of an empty repository
applyPatchSetPop :: RepoPatch p => PatchSet p -> Population -> Population
apply a patchset to a population
applyPatchesPop :: Effect p => FL (PatchInfoAnd p) -> Population -> Population
apply Patches to a population
getRepoPop :: FilePath -> IO Population
get the pristine population from a repo
getRepoPopVersion :: FilePath -> PatchInfo -> IO Population
lookup_pop :: FilePath -> Population -> Maybe Population
lookup_pop' :: String -> Population -> Maybe Population
lookup_creation_pop :: PatchInfo -> FilePath -> Population -> Maybe Population
lookup_creation_pop' :: PatchInfo -> String -> Population -> Maybe Population
modified_to_xml :: Info -> Doc
Produced by Haddock version 2.4.2