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:
parent
1c83b6c439
commit
b68eee625f
9 changed files with 15 additions and 16 deletions
|
@ -36,7 +36,7 @@ data RefChange = RefChange
|
|||
type Outputter = Bool -> POSIXTime -> [UUID] -> Annex ()
|
||||
|
||||
def :: [Command]
|
||||
def = [notDirect $ withOptions options $
|
||||
def = [withOptions options $
|
||||
command "log" paramPaths seek "shows location log"]
|
||||
|
||||
options :: [Option]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue