This commit is contained in:
Joey Hess 2017-09-12 17:00:15 -04:00
parent 9c3622882b
commit 63ba764923
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -17,6 +17,9 @@ there need to be a new interface in supported remotes?
Work is in progress. Todo list: Work is in progress. Todo list:
* The export.log parsing only works right when there's one export
remote. With 2, only the most recently exported to one is gotten from the
log.
* `git annex get --from export` works in the repo that exported to it, * `git annex get --from export` works in the repo that exported to it,
but in another repo, the export db won't be populated, so it won't work. but in another repo, the export db won't be populated, so it won't work.
Maybe just show a useful error message in this case? Maybe just show a useful error message in this case?