add a comment
This commit is contained in:
parent
1d825a75fb
commit
32b3bed086
1 changed files with 3 additions and 1 deletions
|
@ -286,6 +286,8 @@ handleAdds havelsof delayadd cs = returnWhen (null incomplete) $ do
|
||||||
where
|
where
|
||||||
(incomplete, otherchanges) = partition (\c -> isPendingAddChange c || isInProcessAddChange c) cs
|
(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 [] = return ([], noop)
|
||||||
findnew pending@(exemplar:_) = do
|
findnew pending@(exemplar:_) = do
|
||||||
(newfiles, cleanup) <- liftAnnex $
|
(newfiles, cleanup) <- liftAnnex $
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue