summaryrefslogtreecommitdiff
path: root/Core.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-16 13:59:48 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-16 13:59:48 -0400
commit5f73fd5b661ecdeae164cc3d5a6c4d0b6113eba7 (patch)
treecb4570bdff48eeb103ef6a6931fc968678bf0b6e /Core.hs
parent1260adbd7700ab9e35f61f4ad94b9cc0536f243e (diff)
dropped defaultCmd
With recusrion, it doesn't really make sense.
Diffstat (limited to 'Core.hs')
-rw-r--r--Core.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Core.hs b/Core.hs
index 006973fc9..19d1737c3 100644
--- a/Core.hs
+++ b/Core.hs
@@ -58,3 +58,5 @@ inAnnex :: Key -> Annex Bool
inAnnex key = do
g <- Annex.gitRepo
liftIO $ doesFileExist $ annexLocation g key
+
+{- -}