aboutsummaryrefslogtreecommitdiff
path: root/Assistant/Sync.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-08 19:41:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-08 19:41:36 -0400
commit3d4cb6cbb44dc014420a6bee453a09313902cc7f (patch)
treef465af5eb7f48ac22c3a4030ac48275d86dfe17b /Assistant/Sync.hs
parentf9bf6fbcb9ef2d4afc51b60387d58db6b5cb401a (diff)
blog for the day
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.
-