fix handling of importtree-only remotes
authorJoey Hess <joeyh@joeyh.name>
Fri, 18 Dec 2020 19:11:53 +0000 (15:11 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 18 Dec 2020 19:13:30 +0000 (15:13 -0400)
commitf62aee0525a2cfeab212ebe8297a4605b22a4b74
tree58a7f2aa9f4939cdf5dc566e526162b856889936
parente9db3823080ce4aebae3fb4481610e32e1edcdf4
fix handling of importtree-only remotes

Don't want to try to use these remotes as key/value remotes, which will
surely fail. It only recently became possible for importtree to be set
w/o exporttree, so before this code was ok.

(cherry picked from commit 97599cb0f7f4115aa5a3e81a91ee3d1d6c52dc84)
Annex/Drop.hs
Assistant/DaemonStatus.hs
Command/Sync.hs
doc/todo/assistant_importtree.mdwn [new file with mode: 0644]