darcs-2.14.4: a distributed, interactive, smart revision control system

Safe HaskellNone
LanguageHaskell2010

Darcs.Repository.Prefs

Contents

Synopsis

Documentation

deleteSources :: IO () Source #

delete references to other repositories. Used when cloning to a ssh destination. Assume the current working dir is the repository.

addRepoSource :: String -> DryRun -> RemoteRepos -> SetDefault -> IO () Source #

addRepoSource adds a new entry to _darcsprefsrepos and sets it as default in _darcsprefsdefaultrepo, unless --no-set-default or --dry-run is passed, or it is the same repository as the current one.

boringRegexps :: IO [Regex] Source #

boringRegexps returns a list of the boring regexps, from the local and global prefs/boring files. Any invalid regexps are filtered, preventing an exception in (potentially) pure code, when the regexps are used.

data FileType Source #

Constructors

BinaryFile 
TextFile 
Instances
Eq FileType Source # 
Instance details

Defined in Darcs.Repository.Prefs

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.

globalPrefsDir :: IO (Maybe FilePath) Source #

The path of the global preference directory; ~/.darcs on Unix, and %APPDATA%/darcs on Windows.

getMotd :: String -> IO ByteString Source #

Fetch and return the message of the day for a given repository.

showMotd :: String -> IO () Source #

Display the message of the day for a given repository,

documentation of prefs files