darcs-2.1.99.0: a distributed, interactive, smart revision control systemSource codeContentsIndex
Darcs.Repository.HashedRepo
Documentation
revert_tentative_changes :: IO ()Source
finalize_tentative_changes :: RepoPatch p => Repository p -> Compression -> IO ()Source
slurp_pristine :: Cache -> Compression -> String -> String -> IO SlurpySource
sync_repo :: Cache -> IO ()Source
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
pristine_from_working :: Cache -> Compression -> IO ()Source
apply_to_tentative_pristine :: Patchy q => Cache -> [DarcsFlag] -> q -> IO ()Source
replacePristine :: Cache -> Compression -> FilePath -> IO ()Source
replacePristineFromSlurpy :: Cache -> Compression -> Slurpy -> 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_repo :: RepoPatch p => Repository p -> String -> IO (PatchSet p)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
copy_repo :: RepoPatch p => Repository p -> [DarcsFlag] -> String -> IO ()Source
slurp_all_but_darcs :: FilePath -> IO SlurpySource
readHashedPristineRoot :: Repository p -> IO (Maybe String)Source
Produced by Haddock version 2.4.2