|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| get_description :: String |
|
| get_help :: String |
|
| get :: DarcsCommand |
|
| get_cmd :: [DarcsFlag] -> [String] -> IO () |
|
| copy_repo_and_go_to_chosen_version :: [DarcsFlag] -> String -> RepoFormat -> RepoFormat -> (Doc -> IO ()) -> IO () |
| called by get_cmd
assumes that the target repo of the get is the current directory, and that an inventory in the
right format has already been created.
|
|
| make_repo_name :: [DarcsFlag] -> FilePath -> IO String |
|
| modify_repo_name :: String -> IO String |
|
| get_help_tag :: String |
|
| contextExists :: [DarcsFlag] -> IO (Either String ()) |
|
| go_to_chosen_version :: RepoPatch p => Repository p -> (Doc -> IO ()) -> [DarcsFlag] -> IO () |
|
| get_help_partial :: String |
|
| copy_repo_old_fashioned :: RepoPatch p => Repository p -> [DarcsFlag] -> String -> IO () |
|
| Produced by Haddock version 2.4.2 |