|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| apply_description :: String |
|
| apply_help :: String |
|
| stdindefault :: a -> [String] -> IO [String] |
|
| apply :: DarcsCommand |
|
| apply_cmd :: [DarcsFlag] -> [String] -> IO () |
|
| get_patch_bundle :: RepoPatch p => [DarcsFlag] -> ByteString -> IO (Either String (SealedPatchSet p)) |
|
| get_from :: ByteString -> String |
|
| redirect_output :: [DarcsFlag] -> String -> IO a -> IO a |
|
| sendSanitizedEmail :: [DarcsFlag] -> String -> String -> String -> String -> String -> IO () |
| sendSanitizedEmail sends a sanitized email using the given sendmailcmd
It takes DacrsFlag options a file with the mail contents,
To:, Subject:, CC:, and mail body
|
|
| sanitizeFile :: FilePath -> IO String |
|
| throwIO :: Exception -> IO a |
|
| forwarding_message :: ByteString |
|
| consider_forwarding :: [DarcsFlag] -> ByteString -> IO Bool |
|
| from_start :: ByteString |
|
| Produced by Haddock version 2.4.2 |