darcs-beta-2.4.98.5: a distributed, interactive, smart revision control systemSource codeContentsIndex
Darcs.Repository.DarcsRepo
Documentation
writeInventory :: RepoPatch p => FilePath -> PatchSet p -> IO ()Source
writeInventoryAndPatches :: RepoPatch p => [DarcsFlag] -> PatchSet p -> IO ()Source
addToInventory :: FilePath -> [PatchInfo] -> IO ()Source
addToTentativePristine :: Effect p => p -> IO ()Source
addToTentativeInventory :: forall p. RepoPatch p => [DarcsFlag] -> Named p -> IO FilePathSource
removeFromTentativeInventory :: RepoPatch p => Bool -> [DarcsFlag] -> FL (PatchInfoAnd p) -> IO ()Source
finalizeTentativeChanges :: IO ()Source
finalizePristineChanges :: IO ()Source
revertTentativeChanges :: IO ()Source
readRepo :: RepoPatch p => [DarcsFlag] -> String -> IO (SealedPatchSet p)Source
readTentativeRepo :: RepoPatch p => [DarcsFlag] -> String -> IO (SealedPatchSet p)Source
writeAndReadPatch :: RepoPatch p => [DarcsFlag] -> PatchInfoAnd p -> IO (PatchInfoAnd p)Source
copyPatches :: [DarcsFlag] -> FilePath -> FilePath -> [PatchInfo] -> IO ()Source
readCheckpoints :: String -> IO [PatchInfo]Source
Produced by Haddock version 2.6.1