darcs-2.18.2: a distributed, interactive, smart revision control system
Safe HaskellSafe-Inferred
LanguageHaskell2010

Darcs.Patch.Progress

Synopsis

Documentation

progressRL :: String -> RL a wX wY -> RL a wX wY Source #

Evaluate an RL list and report progress.

progressFL :: String -> FL a wX wY -> FL a wX wY Source #

Evaluate an FL list and report progress.

progressRLShowTags :: String -> RL (PatchInfoAnd p) wX wY -> RL (PatchInfoAnd p) wX wY Source #

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.