diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-21 12:59:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-21 12:59:49 -0400 |
commit | 1c25df3c1b19ad8406cbe2aef9dfd215ef9f5ce8 (patch) | |
tree | 53348687fe7a0b950dfa24a9dee6357714682ff2 /AnnexQueue.hs | |
parent | 737b5d14c91101d46e20999e33461e9059dd9f28 (diff) |
outdated comment
Diffstat (limited to 'AnnexQueue.hs')
-rw-r--r-- | AnnexQueue.hs | 3 |
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 |