summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-12 17:00:15 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-12 17:00:15 -0400
commitc7f33e8b917d8f5b08de01294c3d0e6929451ac7 (patch)
tree5c8d24741cd6f772f2e56579543e78881eecc3f5
parentb2fcdcc0a97add0ba0a518fb991f57431937c2a9 (diff)
bug
-rw-r--r--doc/todo/export.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/export.mdwn b/doc/todo/export.mdwn
index cef5a749d..0dde3a7d6 100644
--- a/doc/todo/export.mdwn
+++ b/doc/todo/export.mdwn
@@ -17,6 +17,9 @@ there need to be a new interface in supported remotes?
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,
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?