Safe Haskell | None |
---|---|
Language | Haskell98 |
Darcs.Repository.Prefs
- addToPreflist :: String -> String -> IO ()
- getPreflist :: String -> IO [String]
- setPreflist :: String -> [String] -> IO ()
- getGlobal :: String -> IO [String]
- environmentHelpHome :: ([String], [String])
- defaultrepo :: [DarcsFlag] -> AbsolutePath -> [String] -> IO [String]
- setDefaultrepo :: String -> [DarcsFlag] -> IO ()
- getPrefval :: String -> IO (Maybe String)
- setPrefval :: String -> String -> IO ()
- changePrefval :: String -> String -> String -> IO ()
- defPrefval :: String -> String -> IO String
- writeDefaultPrefs :: IO ()
- boringRegexps :: IO [Regex]
- boringFileFilter :: IO ([FilePath] -> [FilePath])
- darcsdirFilter :: [FilePath] -> [FilePath]
- data FileType
- filetypeFunction :: IO (FilePath -> FileType)
- getCaches :: [DarcsFlag] -> String -> IO Cache
- binariesFileHelp :: [String]
- boringFileHelp :: [String]
- globalCacheDir :: IO (Maybe FilePath)
- globalPrefsDirDoc :: String
Documentation
addToPreflist :: String -> String -> IO () Source
getPreflist :: String -> IO [String] Source
setPreflist :: String -> [String] -> IO () Source
environmentHelpHome :: ([String], [String]) Source
defaultrepo :: [DarcsFlag] -> AbsolutePath -> [String] -> IO [String] Source
setDefaultrepo :: String -> [DarcsFlag] -> IO () Source
setPrefval :: String -> String -> IO () Source
writeDefaultPrefs :: IO () Source
boringRegexps :: IO [Regex] Source
boringFileFilter :: IO ([FilePath] -> [FilePath]) Source
darcsdirFilter :: [FilePath] -> [FilePath] Source
filetypeFunction :: IO (FilePath -> FileType) Source
binariesFileHelp :: [String] Source
boringFileHelp :: [String] Source
globalCacheDir :: IO (Maybe FilePath) Source
globalPrefsDirDoc :: String Source
The relative path of the global preference directory; ~/.darcs
on Unix,
and %APPDATA%/darcs
on Windows. This is used for online documentation.