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

Darcs.Repository.HashedRepo

Synopsis

Documentation

applyToTentativePristine :: (ApplyState q ~ Tree, Patchy q) => q x y -> IO ()

readRepo :: (RepoPatch p, ApplyState p ~ Tree) => Repository p r u t -> String -> IO (PatchSet p Origin r)

readTentativeRepo :: (RepoPatch p, ApplyState p ~ Tree) => Repository p r u t -> String -> IO (PatchSet p Origin t)

copySources :: RepoPatch p => Repository p r u t -> String -> IO ()

copySources copies the prefs/sources file to the local repo, from the remote, having first filtered the local filesystem sources.