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

Darcs.Patch.Depends

Synopsis

Documentation

get_patches_in_tag :: RepoPatch p => PatchInfo -> PatchSet p -> SealedPatchSet pSource

get_patches_in_tag t ps returns a SealedPatchSet of all patches in ps which are contained in t.

commute_to_end :: forall p. RepoPatch p => FL (Named p) -> PatchSet p -> FL (Named p) :< RL (RL (PatchInfoAnd p))Source