| ||||
| ||||
Documentation | ||||
revert_tentative_changes :: IO () | ||||
finalize_tentative_changes :: RepoPatch p => Repository p -> Compression -> IO () | ||||
slurp_pristine :: Cache -> Compression -> String -> String -> IO Slurpy | ||||
clean_pristine :: Repository p -> IO () | ||||
copy_pristine :: Cache -> Compression -> String -> String -> IO () | ||||
copy_partials_pristine :: FilePathLike fp => Cache -> Compression -> String -> String -> [fp] -> IO () | ||||
apply_to_tentative_pristine :: Patchy q => Cache -> [DarcsFlag] -> q -> IO () | ||||
add_to_tentative_inventory :: RepoPatch p => Cache -> Compression -> PatchInfoAnd p -> IO FilePath | ||||
remove_from_tentative_inventory :: RepoPatch p => Repository p -> Compression -> FL (Named p) -> IO () | ||||
read_repo :: RepoPatch p => Repository p -> String -> IO (PatchSet p) | ||||
read_tentative_repo :: RepoPatch p => Repository p -> String -> IO (PatchSet p) | ||||
write_and_read_patch :: RepoPatch p => Cache -> Compression -> PatchInfoAnd p -> IO (PatchInfoAnd p) | ||||
write_tentative_inventory :: RepoPatch p => Cache -> Compression -> PatchSet p -> IO () | ||||
copy_repo :: RepoPatch p => Repository p -> [DarcsFlag] -> String -> IO () | ||||
slurp_all_but_darcs :: FilePath -> IO Slurpy | ||||
readHashedPristineRoot :: Repository p -> IO (Maybe String) | ||||
pris2inv :: String -> ByteString -> Doc | ||||
Produced by Haddock version 2.6.0 |