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

Safe HaskellNone
LanguageHaskell2010

Darcs.Repository.Clone

Synopsis

Documentation

replacePristine :: Repository rt p wR wU wT -> Tree IO -> IO () Source #

Replace the existing pristine with a new one (loaded up in a Tree object).

writePatchSet :: (IsRepoType rt, RepoPatch p) => PatchSet rt p Origin wX -> UseCache -> IO (Repository rt p wR wU wT) Source #

writePatchSet is like patchSetToRepository, except that it doesn't touch the working directory or pristine cache.