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

Safe HaskellNone
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 rt p) wX wY -> RL (PatchInfoAnd rt 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.