darcs-beta-2.7.98.1: a distributed, interactive, smart revision control system

Darcs.PrintPatch

Synopsis

Documentation

printPatch :: Patchy p => p x y -> IO ()Source

printPatch prints a patch on standard output.

contextualPrintPatch :: Patchy p => Tree IO -> p x y -> IO ()Source

contextualPrintPatch prints a patch, together with its context, on standard output.

printPatchPager :: Patchy p => p x y -> IO ()Source

printPatchPager runs '$PAGER' and shows a patch in it.

printFriendly :: Patchy p => [DarcsFlag] -> p x y -> IO ()Source

printFriendly opts patch prints patch in accordance with the flags in opts, ie, whether --verbose or --summary were passed at the command-line.