add a comment
This commit is contained in:
parent
1d825a75fb
commit
32b3bed086
1 changed files with 3 additions and 1 deletions
|
@ -285,7 +285,9 @@ handleAdds havelsof delayadd cs = returnWhen (null incomplete) $ do
|
|||
return $ r ++ added ++ otherchanges
|
||||
where
|
||||
(incomplete, otherchanges) = partition (\c -> isPendingAddChange c || isInProcessAddChange c) cs
|
||||
|
||||
|
||||
-- Find files that are actually new, and not unlocked annexed
|
||||
-- files. The ls-files is run on a batch of files.
|
||||
findnew [] = return ([], noop)
|
||||
findnew pending@(exemplar:_) = do
|
||||
(newfiles, cleanup) <- liftAnnex $
|
||||
|
|
Loading…
Reference in a new issue