More commands work in direct mode repositories: find, whereis, move, copy, drop, log.

These started working, for free, once lookupFile supported direct mode.

yay!!
This commit is contained in:
Joey Hess 2013-01-05 17:16:58 -04:00
parent 1c83b6c439
commit b68eee625f
9 changed files with 15 additions and 16 deletions

View file

@ -20,7 +20,7 @@ import qualified Option
import Annex.Wanted
def :: [Command]
def = [notDirect $ withOptions [fromOption] $ command "drop" paramPaths seek
def = [withOptions [fromOption] $ command "drop" paramPaths seek
"indicate content of files not currently wanted"]
fromOption :: Option