darcs-2.18.5: a distributed, interactive, smart revision control system
Safe HaskellNone
LanguageHaskell2010

Darcs.UI.Commands.Log

Synopsis

Documentation

changes :: DarcsCommand #

changes is an alias for log

changelog :: forall (p :: Type -> Type -> Type) wStart wX. (ShowPatch p, PatchListFormat p, Summary p, HasDeps p, PrimDetails (PrimOf p)) => [DarcsFlag] -> RL (PatchInfoAndG p) wStart wX -> LogInfo (PatchInfoAndG p) -> Doc #

logInfoFL :: forall (p :: Type -> Type -> Type) wX wY. FL p wX wY -> LogInfo p #

simpleLogInfo :: forall (p :: Type -> Type -> Type) wY. (MatchableRP p, ApplyState p ~ Tree) => AnchoredPath -> PatchFilter p -> PatchSet p Origin wY -> IO [Sealed2 (PatchInfoAnd p)] #