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

Safe HaskellSafe-Infered

Darcs.ProgressPatches

Synopsis

Documentation

progressRL :: String -> RL a x y -> RL a x ySource

Evaluate an RL list and report progress.

progressFL :: String -> FL a x y -> FL a x ySource

Evaluate an FL list and report progress.

progressRLShowTags :: String -> RL (PatchInfoAnd p) x y -> RL (PatchInfoAnd p) x ySource

Evaluate an RL list and report progress. In addition to printing the number of patches we got, show the name of the last tag we got.