outdated comment

This commit is contained in:
Joey Hess 2011-08-21 12:59:49 -04:00
parent 737b5d14c9
commit 1c25df3c1b

View file

@ -19,8 +19,7 @@ import Messages
import qualified Git.Queue
import Utility
{- Adds a git command to the queue, possibly running previously queued
- actions if enough have accumulated. -}
{- Adds a git command to the queue. -}
add :: String -> [CommandParam] -> [FilePath] -> Annex ()
add command params files = do
q <- getState repoqueue