change-monger-0.0: Parse VCS changelogs into ChangeLogsSource codeContentsIndex
Text.ChangeMonger.Darcs
Synopsis
darcsChanges :: String -> IO String
darcsChangesAll :: IO String
darcsChangesSince :: IO String
Documentation
darcsChanges :: String -> IO StringSource
Ask Darcs for changes in general; we accept an options argument which will be passed onto Darcs, so you can customize by using any of the many options to changes which Darcs understands.
darcsChangesAll :: IO StringSource
Nothing fancy: just get the entire repository history.
darcsChangesSince :: IO StringSource
Ask Darcs for all changes, since the last tag. Conscientious folks tag at every release, so this is a good heuristic.
Produced by Haddock version 2.1.0