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

Copyright2004, 2007 David Roundy
LicenseGPL
Maintainerdarcs-devel@darcs.net
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Darcs.UI.Commands.Amend

Description

 

Documentation

amend :: DarcsCommand AmendConfig Source

updatePatchHeader :: forall p wX wY wR wU wT. (RepoPatch p, ApplyState p ~ Tree) => Bool -> PatchSelectionOptions -> Bool -> Bool -> Maybe String -> Maybe String -> Maybe AskLongComment -> Repository p wR wU wT -> PatchInfoAnd p wT wX -> FL (PrimOf p) wX wY -> IO (Maybe String, PatchInfoAnd p wT wY) Source