Home
last modified time | relevance | path

Searched refs:noPatchIndex (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Repository/
H A DPatchIndex.hs457 isPatchIndexDisabled repodir = doesFileExist (repodir </> darcsdir </> noPatchIndex)
468 removeFile (repodir </> darcsdir </> noPatchIndex) `catch` \(_ :: IOError) -> return ()
585 touchMapFile, noPatchIndex :: String
592 noPatchIndex = "no_patch_index" function
601 (openFile (repodir </> darcsdir </> noPatchIndex) WriteMode >>= hClose)