summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-20 18:17:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-20 18:17:44 -0400
commit9c7475eb4637b682cfea70d02b22147b46b6e6eb (patch)
treecd8a64d5279fb1f7de9f4538cc6aaba5c636f79f
parent8b458fe564132926c54e40111b1c4fa5d10634fa (diff)
update
-rw-r--r--doc/design/assistant/syncing.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn
index 52ebcd08b..c8fb9882a 100644
--- a/doc/design/assistant/syncing.mdwn
+++ b/doc/design/assistant/syncing.mdwn
@@ -16,8 +16,6 @@ all the other git clones, at both the git level and the key/value level.
## longer-term TODO
-* Test MountWatcher on KDE, and add whatever dbus events KDE emits when
- drives are mounted.
* Test MountWatcher on Gnome (should work ok) and LXDE (dunno).
* git-annex needs a simple speed control knob, which can be plumbed
through to, at least, rsync. A good job for an hour in an
@@ -110,3 +108,5 @@ anyway.
maintaining the TransferSlots. Instead, need [[todo/assistant_threaded_runtime]],
which would allow running something for sure when a transfer thread
finishes. **done**
+* Test MountWatcher on KDE, and add whatever dbus events KDE emits when
+ drives are mounted. **done**