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

Copyright2010 Petr Rockai
LicenseMIT
Maintainerdarcs-devel@darcs.net
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Darcs.Annotate

Description

 

Documentation

annotate :: (Apply p, ApplyState p ~ Tree) => FL (PatchInfoAnd p) x y -> FileName -> ByteString -> Annotated Source

annotateDirectory :: (Apply p, ApplyState p ~ Tree) => FL (PatchInfoAnd p) x y -> FileName -> [FileName] -> Annotated Source

format :: ByteString -> Annotated -> String Source