add additional debug info about reasons for transfers
This commit is contained in:
parent
e2f1f7afc6
commit
46c9cbeb1e
9 changed files with 43 additions and 31 deletions
|
@ -65,7 +65,7 @@ onAdd file
|
|||
| isAnnexBranch file = do
|
||||
branchChanged
|
||||
whenM (liftAnnex Annex.Branch.forceUpdate) $
|
||||
queueDeferredDownloads Later
|
||||
queueDeferredDownloads "retrying deferred download" Later
|
||||
| "/synced/" `isInfixOf` file = do
|
||||
mergecurrent =<< liftAnnex (inRepo Git.Branch.current)
|
||||
| otherwise = noop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue