cleaned up AnnexState handling in transports

This commit is contained in:
Joey Hess 2014-04-08 13:41:36 -04:00
parent b3b07ab330
commit fa0cf81b26
6 changed files with 95 additions and 42 deletions

View file

@ -82,7 +82,7 @@ the webapp.
Indicates that a pull or a push with a remote is in progress.
Always followed by DONESYNCING.
* `DONESYNCING $remote 1|0`
* `DONESYNCING 1|0 $remote`
Indicates that syncing with a remote is done, and either succeeded
(1) or failed (0).