dropped defaultCmd

With recusrion, it doesn't really make sense.
This commit is contained in:
Joey Hess 2010-10-16 13:59:48 -04:00
parent 1260adbd77
commit 5f73fd5b66
3 changed files with 8 additions and 19 deletions

View file

@ -58,3 +58,5 @@ inAnnex :: Key -> Annex Bool
inAnnex key = do
g <- Annex.gitRepo
liftIO $ doesFileExist $ annexLocation g key
{- -}