rename
This commit is contained in:
parent
ff21fd4a65
commit
cfe21e85e7
73 changed files with 173 additions and 173 deletions
|
@ -7,10 +7,10 @@
|
|||
|
||||
module Command.FromKey where
|
||||
|
||||
import AnnexCommon
|
||||
import Annex.Common
|
||||
import Command
|
||||
import qualified AnnexQueue
|
||||
import Content
|
||||
import qualified Annex.Queue
|
||||
import Annex.Content
|
||||
import Types.Key
|
||||
|
||||
command :: [Command]
|
||||
|
@ -39,5 +39,5 @@ perform file = do
|
|||
|
||||
cleanup :: FilePath -> CommandCleanup
|
||||
cleanup file = do
|
||||
AnnexQueue.add "add" [Param "--"] [file]
|
||||
Annex.Queue.add "add" [Param "--"] [file]
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue