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

Safe HaskellNone
LanguageHaskell2010

Darcs.UI.PrintPatch

Synopsis

Documentation

printPatch :: ShowPatch p => p wX wY -> IO () Source

printPatch prints a patch on standard output.

contextualPrintPatch :: (ShowPatch p, ApplyState p ~ Tree) => Tree IO -> p wX wY -> IO () Source

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

printPatchPager :: ShowPatch p => p wX wY -> IO () Source

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

printFriendly :: (ShowPatch p, ApplyState p ~ Tree) => Maybe (Tree IO) -> Verbosity -> Summary -> WithContext -> p wX wY -> 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.

showFriendly :: ShowPatch p => Verbosity -> Summary -> p wX wY -> Doc Source

showFriendly flags patch returns a Doc representing the right way to show patch given the list flags of flags darcs was invoked with.