darcs-2.8.0: a distributed, interactive, smart revision control system

Safe HaskellSafe-Infered

Darcs.Repository.LowLevel

Synopsis

Documentation

readPending :: RepoPatch p => Repository p r u t -> IO (Sealed (FL (PrimOf p) t))Source

Read the contents of pending. CWD should be the repository directory. The return type is currently incorrect as it refers to the tentative state rather than the recorded state.

readTentativePending :: RepoPatch p => Repository p r u t -> IO (Sealed (FL (PrimOf p) t))Source

Read the contents of tentative pending. CWD should be the repository directory.

writeTentativePending :: RepoPatch p => Repository p r u t -> FL (PrimOf p) t y -> IO ()Source

Read the contents of tentative pending. CWD should be the repository directory.

readNewPending :: RepoPatch p => Repository p r u t -> IO (Sealed (FL (PrimOf p) t))Source

Read the contents of tentative pending. CWD should be the repository directory.

writeNewPending :: RepoPatch p => Repository p r u t -> FL (PrimOf p) t y -> IO ()Source

Read the contents of new pending. CWD should be the repository directory.