summaryrefslogtreecommitdiff
path: root/Assistant/Sync.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant/Sync.hs')
-rw-r--r--Assistant/Sync.hs2
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.
-