Home
last modified time | relevance | path

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

/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Repository/
H A DIdentify.hs142 amInRepository (WorkRepoDir d) =
199 amNotInRepository (WorkRepoDir d) = do
218 WorkRepoDir d -> do
H A DFlags.hs126 data WorkRepo = WorkRepoDir String | WorkRepoPossibleURL String | WorkRepoCurrentDir constructor
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/Options/
H A DFlags.hs58 | WorkRepoDir String | WorkRepoUrl String | RemoteRepo String constructor
H A DAll.hs554 repoDir = singleStrArg [] ["repodir"] F.WorkRepoDir arg "DIRECTORY"
556 where arg (F.WorkRepoDir s) = Just s
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/
H A DCommands.hs309 R.amNotInRepository (maybe WorkRepoCurrentDir WorkRepoDir (newRepo ? fs))
H A DFlags.hs494 go (Just s) _ = WorkRepoDir s