darcs-2.18.2: a distributed, interactive, smart revision control system
Safe HaskellSafe-Inferred
LanguageHaskell2010

Darcs.Repository.Paths

Synopsis

Documentation

lockPath :: String Source #

Location of the lock file.

prefsDir :: String Source #

Location of the prefs directory.

hashedInventory :: String Source #

Location of the (one and only) head inventory.

tentativeHashedInventory :: String Source #

Location of the (one and only) tentative head inventory.

inventoriesDir :: FilePath Source #

Location of parent inventories.

tentativePristinePath :: String Source #

Location of pristine trees.

patchesDir :: FilePath Source #

Location of patches.

indexPath :: FilePath Source #

Location of index files.

rebasePath :: String Source #

Location of the rebase patch

formatPath :: String Source #

Location of format file

pendingPath :: FilePath Source #

Location of pending files

unrevertPath :: FilePath Source #

Location of unrevert bundle.

oldPristineDirPath :: String Source #

Location of old style (unhashed) files and directories.