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 qualified Git.Queue
|
||||||
import Utility
|
import Utility
|
||||||
|
|
||||||
{- Adds a git command to the queue, possibly running previously queued
|
{- Adds a git command to the queue. -}
|
||||||
- actions if enough have accumulated. -}
|
|
||||||
add :: String -> [CommandParam] -> [FilePath] -> Annex ()
|
add :: String -> [CommandParam] -> [FilePath] -> Annex ()
|
||||||
add command params files = do
|
add command params files = do
|
||||||
q <- getState repoqueue
|
q <- getState repoqueue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue