This commit is contained in:
Joey Hess 2011-10-04 00:40:47 -04:00
parent ff21fd4a65
commit cfe21e85e7
73 changed files with 173 additions and 173 deletions

View file

@ -7,10 +7,10 @@
module Command.Fix where
import AnnexCommon
import Annex.Common
import Command
import qualified AnnexQueue
import Content
import qualified Annex.Queue
import Annex.Content
command :: [Command]
command = [repoCommand "fix" paramPaths seek
@ -39,5 +39,5 @@ perform file link = do
cleanup :: FilePath -> CommandCleanup
cleanup file = do
AnnexQueue.add "add" [Param "--"] [file]
Annex.Queue.add "add" [Param "--"] [file]
return True