diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-02 13:49:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-02 13:49:27 -0400 |
commit | 0c0fd0c54c126268a4867e4dd0d1d42a46621665 (patch) | |
tree | e1573f12107776011144f4e192bc837593d68bd6 /doc | |
parent | 7daa2698538fbc311f82ef9a9fb102b7044fdb7b (diff) |
update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/syncing.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn index c18badb53..8757c3ae2 100644 --- a/doc/design/assistant/syncing.mdwn +++ b/doc/design/assistant/syncing.mdwn @@ -7,8 +7,7 @@ all the other git clones, at both the git level and the key/value level. **done** * locking for the files, so redundant transfer races can be detected, and failed transfers noticed **done** -* transfer info for git-annex-shell (problem: how to add a switch - with the necessary info w/o breaking backwards compatability?) +* transfer info for git-annex-shell **done** * update files as transfers proceed. See [[progressbars]] (updating for downloads is easy; for uploads is hard) * add Transfer queue TChan |