| Copyright | 2010 Petr Rockai |
|---|---|
| License | MIT |
| Maintainer | darcs-devel@darcs.net |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Darcs.Patch.Annotate
Description
Documentation
annotate :: (Apply p, ApplyState p ~ Tree) => DiffAlgorithm -> FL (PatchInfoAnd p) wX wY -> FileName -> ByteString -> AnnotateResult Source
annotateDirectory :: (Apply p, ApplyState p ~ Tree) => DiffAlgorithm -> FL (PatchInfoAnd p) wX wY -> FileName -> [FileName] -> AnnotateResult Source
format :: ByteString -> AnnotateResult -> String Source
machineFormat :: ByteString -> AnnotateResult -> String Source
type AnnotateResult = Vector (Maybe PatchInfo, ByteString) Source