avoid queueing rm of no files
This commit is contained in:
parent
5c29750921
commit
39d5f3f11c
1 changed files with 2 additions and 1 deletions
|
@ -226,6 +226,7 @@ resolveMerge = do
|
|||
void $ liftIO cleanup
|
||||
|
||||
(deleted, cleanup2) <- inRepo (LsFiles.deleted [top])
|
||||
unless (null deleted) $
|
||||
Annex.Queue.addCommand "rm" [Params "--quiet -f --"] deleted
|
||||
void $ liftIO cleanup2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue