|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| printFriendly :: Patchy p => [DarcsFlag] -> p -> IO () |
| printFriendly opts patch prints patch in accordance with the
flags in opts, ie, whether --verbose or --summary were passed at
the command-line.
|
|
| printPatch :: Patchy p => p -> IO () |
| printPatch prints a patch on standard output.
|
|
| printPatchPager :: Patchy p => p -> IO () |
| printPatchPager runs '$PAGER' and shows a patch in it.
|
|
| contextualPrintPatch :: Patchy p => Slurpy -> p -> IO () |
| contextualPrintPatch prints a patch, together with its context,
on standard output.
|
|
| Produced by Haddock version 2.4.2 |