Searched refs:noPatchIndex (Results 1 – 1 of 1) sorted by relevance
457 isPatchIndexDisabled repodir = doesFileExist (repodir </> darcsdir </> noPatchIndex)468 removeFile (repodir </> darcsdir </> noPatchIndex) `catch` \(_ :: IOError) -> return ()585 touchMapFile, noPatchIndex :: String592 noPatchIndex = "no_patch_index" function601 (openFile (repodir </> darcsdir </> noPatchIndex) WriteMode >>= hClose)