summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AnnexQueue.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/AnnexQueue.hs b/AnnexQueue.hs
index 79116c48a..56d71f323 100644
--- a/AnnexQueue.hs
+++ b/AnnexQueue.hs
@@ -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