|
|
|
| Description |
| This module is used by the push and put commands to apply the a bundle to a
remote repository. By remote I do not necessarily mean a repository on another
machine, it is just not the repository we're located in.
|
|
|
| Documentation |
|
| remote_apply :: [DarcsFlag] -> String -> Doc -> IO ExitCode |
|
| apply_as :: [DarcsFlag] -> Maybe String |
|
| apply_via_sudo :: String -> String -> Doc -> IO ExitCode |
|
| apply_via_local :: [DarcsFlag] -> String -> Doc -> IO ExitCode |
|
| apply_via_url :: [DarcsFlag] -> String -> Doc -> IO ExitCode |
|
| apply_via_ssh :: [DarcsFlag] -> String -> Doc -> IO ExitCode |
|
| apply_via_ssh_and_sudo :: String -> String -> Doc -> IO ExitCode |
|
| applyopts :: [DarcsFlag] -> [String] |
|
| Produced by Haddock version 2.4.2 |