Safe Haskell | None |
---|---|
Language | Haskell2010 |
Darcs.UI.Commands.Unrecord
- unrecord :: DarcsCommand [DarcsFlag]
- unpull :: DarcsCommand [DarcsFlag]
- obliterate :: DarcsCommand [DarcsFlag]
- getLastPatches :: RepoPatch p => [MatchFlag] -> PatchSet p Origin wR -> (PatchSet p :> FL (PatchInfoAnd p)) Origin wR
- matchingHead :: forall p wR. RepoPatch p => [MatchFlag] -> PatchSet p Origin wR -> (PatchSet p :> FL (PatchInfoAnd p)) Origin wR
Documentation
unpull :: DarcsCommand [DarcsFlag]
getLastPatches :: RepoPatch p => [MatchFlag] -> PatchSet p Origin wR -> (PatchSet p :> FL (PatchInfoAnd p)) Origin wR
matchingHead :: forall p wR. RepoPatch p => [MatchFlag] -> PatchSet p Origin wR -> (PatchSet p :> FL (PatchInfoAnd p)) Origin wR
matchingHead returns the repository up to some tag. The tag t is the last tag such that there is a patch after t that is matched by the user's query.