| ||||
| ||||
Documentation | ||||
write_inventory :: RepoPatch p => FilePath -> PatchSet p -> IO () | ||||
write_inventory_and_patches :: RepoPatch p => [DarcsFlag] -> PatchSet p -> IO () | ||||
add_to_inventory :: FilePath -> [PatchInfo] -> IO () | ||||
add_to_tentative_pristine :: Effect p => p -> IO () | ||||
add_to_tentative_inventory :: forall p. RepoPatch p => [DarcsFlag] -> Named p -> IO FilePath | ||||
remove_from_tentative_inventory :: RepoPatch p => Bool -> [DarcsFlag] -> FL (Named p) -> IO () | ||||
finalize_tentative_changes :: IO () | ||||
finalize_pristine_changes :: IO () | ||||
revert_tentative_changes :: IO () | ||||
read_repo :: RepoPatch p => [DarcsFlag] -> String -> IO (SealedPatchSet p) | ||||
read_tentative_repo :: RepoPatch p => [DarcsFlag] -> String -> IO (SealedPatchSet p) | ||||
write_and_read_patch :: RepoPatch p => [DarcsFlag] -> PatchInfoAnd p -> IO (PatchInfoAnd p) | ||||
copy_patches :: [DarcsFlag] -> FilePath -> FilePath -> [PatchInfo] -> IO () | ||||
Produced by Haddock version 2.6.0 |