dead code
This commit is contained in:
parent
fc80b8d96b
commit
ab8fa0d205
1 changed files with 0 additions and 5 deletions
5
Seek.hs
5
Seek.hs
|
@ -44,11 +44,6 @@ withBackendFilesInGit a params = do
|
|||
files <- seekHelper LsFiles.inRepo params
|
||||
prepBackendPairs a files
|
||||
|
||||
withFilesMissing :: (String -> CommandStart) -> CommandSeek
|
||||
withFilesMissing a params = prepFiltered a $ liftIO $ filterM missing params
|
||||
where
|
||||
missing = liftM not . doesFileExist
|
||||
|
||||
withFilesNotInGit :: (BackendFile -> CommandStart) -> CommandSeek
|
||||
withFilesNotInGit a params = do
|
||||
force <- Annex.getState Annex.force
|
||||
|
|
Loading…
Reference in a new issue