buildbox-2.1.2.5: Rehackable components for writing buildbots and test harnesses.

Safe HaskellNone

BuildBox.Command.Darcs

Description

Querying a darcs repository

Synopsis

Documentation

changes :: Maybe DarcsPath -> Build [DarcsPatch]Source

List all patches in the given repository. If no repository is given, the current working directory is used.

changesN :: Maybe DarcsPath -> Int -> Build [DarcsPatch]Source

Retrieve the last N changes from the repository

changesAfter :: Maybe DarcsPath -> LocalTime -> Build [DarcsPatch]Source

Retrieve all patches submitted to the repository after the given time