diff options
author | 2012-11-08 19:41:36 -0400 | |
---|---|---|
committer | 2012-11-08 19:41:36 -0400 | |
commit | 3d4cb6cbb44dc014420a6bee453a09313902cc7f (patch) | |
tree | f465af5eb7f48ac22c3a4030ac48275d86dfe17b /Assistant | |
parent | f9bf6fbcb9ef2d4afc51b60387d58db6b5cb401a (diff) |
blog for the day
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Sync.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Assistant/Sync.hs b/Assistant/Sync.hs index 1ded407fe..9eaad5469 100644 --- a/Assistant/Sync.hs +++ b/Assistant/Sync.hs @@ -66,6 +66,8 @@ reconnectRemotes notifypushes rs = void $ do - as "git annex sync", except in parallel, and will co-exist with use of - "git annex sync". - + - After the pushes to normal git remotes, also handles pushes over XMPP. + - - Avoids running possibly long-duration commands in the Annex monad, so - as not to block other threads. - |