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

Safe HaskellNone
LanguageHaskell2010

Darcs.Repository.Paths

Synopsis

Documentation

lockPath :: String Source #

Location of the lock file.

hashedInventory :: [Char] Source #

Location of the (one and only) head inventory.

tentativeHashedInventory :: [Char] Source #

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

inventoriesDir :: [Char] Source #

Location of parent inventories.

tentativePristinePath :: String Source #

Location of pristine trees.

patchesDir :: [Char] 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.