refactor param seeking
This commit is contained in:
parent
5357d3a37a
commit
da0de293d1
17 changed files with 138 additions and 93 deletions
|
@ -11,7 +11,7 @@ import Control.Monad.State (liftIO)
|
|||
import Monad (when)
|
||||
|
||||
import Command
|
||||
import Command.Drop
|
||||
import qualified Command.Drop
|
||||
import qualified Annex
|
||||
import Locations
|
||||
import LocationLog
|
||||
|
@ -22,6 +22,9 @@ import qualified Remotes
|
|||
import UUID
|
||||
import Messages
|
||||
|
||||
seek :: [SubCmdSeek]
|
||||
seek = [withFilesInGit start]
|
||||
|
||||
{- Move a file either --to or --from a repository.
|
||||
-
|
||||
- This only operates on the cached file content; it does not involve
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue