diff --git a/doc/todo/add_import_tree_to_external_special_remote_protocol.mdwn b/doc/todo/add_import_tree_to_external_special_remote_protocol.mdwn index 210e594b23..929cc99822 100644 --- a/doc/todo/add_import_tree_to_external_special_remote_protocol.mdwn +++ b/doc/todo/add_import_tree_to_external_special_remote_protocol.mdwn @@ -10,6 +10,15 @@ See [the original import tree todo for discussion about the race conditions](htt Mistakes in these things can result in data loss, and it's rather subtle stuff. --[[Joey]] -> It may be better to implement [[importtree_only_remotes]] and make -> a simpler protocol extension that supports that, rather than supporting -> both export and import tree together. --[[Joey]] +What I'd like to do is implement this in concert with someone who is +implementing a special remote that uses it. So we can iterate on the +protocol as needed to make it better. --[[Joey]] + +I do want to implement this though, assuming it turns out to be feasible +for people to implement it despite its complexity, so I'm tagging this confirmed. + +(This is probably a prerequisite for the [[importtree_only_remotes]] idea, +although it might make sense to implement that as a simpler protocol +extension.) + +[[!confirmed]]