| ||||
| ||||
| Documentation | ||||
| write_patch :: RepoPatch p => [DarcsFlag] -> Named p -> IO FilePath | ||||
| write_and_read_patch :: RepoPatch p => [DarcsFlag] -> PatchInfoAnd p -> IO (PatchInfoAnd p) | ||||
| format_inventory :: [PatchInfo] -> Doc | ||||
| write_inventory :: RepoPatch p => FilePath -> PatchSet p -> IO () | ||||
| simply_write_inventory :: RepoPatch p => String -> FilePath -> PatchSet p -> IO () | ||||
| write_inventory_and_patches :: RepoPatch p => [DarcsFlag] -> PatchSet p -> IO () | ||||
| add_to_inventory :: FilePath -> [PatchInfo] -> IO () | ||||
| add_to_tentative_inventory :: forall p. RepoPatch p => [DarcsFlag] -> Named p -> IO FilePath | ||||
| add_to_tentative_pristine :: Effect p => p -> IO () | ||||
| remove_from_tentative_inventory :: RepoPatch p => Bool -> [DarcsFlag] -> FL (Named p) -> IO () | ||||
| finalize_tentative_changes :: IO () | ||||
| finalize_pristine_changes :: IO () | ||||
| repairable :: IO a -> IO a | ||||
| revert_tentative_changes :: IO () | ||||
| copy_patches :: [DarcsFlag] -> FilePath -> FilePath -> [PatchInfo] -> IO () | ||||
| read_repo :: RepoPatch p => [DarcsFlag] -> String -> IO (SealedPatchSet p) | ||||
| read_tentative_repo :: RepoPatch p => [DarcsFlag] -> String -> IO (SealedPatchSet p) | ||||
| read_repo_private :: RepoPatch p => String -> [DarcsFlag] -> FilePath -> FilePath -> IO (SealedPatchSet p) | ||||
| read_patch_ids :: ByteString -> [PatchInfo] | ||||
| read_checkpoints :: String -> IO [(PatchInfo, Maybe Slurpy)] | ||||
| remove_from_checkpoint_inventory :: RepoPatch p => FL (Named p) -> IO () | ||||
| Produced by Haddock version 2.4.2 |