Documentation
finalize_tentative_changes :: RepoPatch p => Repository p -> Compression -> IO ()Source
slurp_pristine :: Cache -> Compression -> String -> String -> IO SlurpySource
clean_pristine :: Repository p -> IO ()Source
copy_pristine :: Cache -> Compression -> String -> String -> IO ()Source
copy_partials_pristine :: FilePathLike fp => Cache -> Compression -> String -> String -> [fp] -> IO ()Source
add_to_tentative_inventory :: RepoPatch p => Cache -> Compression -> PatchInfoAnd p -> IO FilePathSource
remove_from_tentative_inventory :: RepoPatch p => Repository p -> Compression -> FL (Named p) -> IO ()Source
read_tentative_repo :: RepoPatch p => Repository p -> String -> IO (PatchSet p)Source
write_and_read_patch :: RepoPatch p => Cache -> Compression -> PatchInfoAnd p -> IO (PatchInfoAnd p)Source
write_tentative_inventory :: RepoPatch p => Cache -> Compression -> PatchSet p -> IO ()Source
readHashedPristineRoot :: Repository p -> IO (Maybe String)Source
pris2inv :: String -> ByteString -> DocSource