ContentsIndex
Darcs.Repository.HashedRepo
Documentation
revert_tentative_changes :: IO ()
finalize_tentative_changes :: RepoPatch p => Repository p -> Compression -> IO ()
readHashedPristineRoot :: Repository p -> IO (Maybe String)
clean_pristine :: Repository p -> 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 ()
simple_remove_from_tentative_inventory :: forall p. RepoPatch p => Repository p -> Compression -> [PatchInfo] -> IO Bool
writeHashFile :: Cache -> Compression -> HashedDir -> Doc -> IO String
read_repo :: RepoPatch p => Repository p -> String -> IO (PatchSet p)
read_tentative_repo :: RepoPatch p => Repository p -> String -> IO (PatchSet p)
read_repo_private :: RepoPatch p => Repository p -> FilePath -> FilePath -> IO (SealedPatchSet 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 ()
write_either_inventory :: RepoPatch p => Cache -> Compression -> String -> PatchSet p -> IO ()
write_inventory_private :: RepoPatch p => String -> Cache -> Compression -> PatchSet p -> IO (Maybe String)
write_patch_if_necesary :: RepoPatch p => Cache -> Compression -> PatchInfoAnd p -> IO (PatchInfo, String)
pihash :: (PatchInfo, String) -> Doc
read_inventory_private :: Repository p -> String -> String -> IO [[(PatchInfo, String)]]
read_inventories :: Cache -> String -> IO [[(PatchInfo, String)]]
read_patch_ids :: ByteString -> [(PatchInfo, String)]
readHash :: ByteString -> Maybe (String, ByteString)
apply_pristine :: Patchy q => Cache -> [DarcsFlag] -> String -> String -> q -> IO ()
apply_to_tentative_pristine :: Patchy q => Cache -> [DarcsFlag] -> q -> IO ()
slurp_pristine :: Cache -> Compression -> String -> String -> IO Slurpy
slurp_pristine_private :: Cache -> Compression -> ByteString -> IO Slurpy
pristine_from_working :: Cache -> Compression -> IO ()
replacePristineFromSlurpy :: Cache -> Compression -> Slurpy -> IO ()
copy_pristine :: Cache -> Compression -> String -> String -> IO ()
sync_repo :: Cache -> IO ()
copy_partials_pristine :: FilePathLike fp => Cache -> Compression -> String -> String -> [fp] -> IO ()
inv2pris :: ByteString -> String
pris2inv :: String -> ByteString -> Doc
pristine_name :: ByteString
skip_pristine :: ByteString -> ByteString
pristine_name_length :: Int
slurp_all_but_darcs :: FilePath -> IO Slurpy
Produced by Haddock version 2.4.2