outdated comment
This commit is contained in:
parent
737b5d14c9
commit
1c25df3c1b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue