provide missing remote actions for importree only remote
authorJoey Hess <joeyh@joeyh.name>
Thu, 17 Dec 2020 17:46:34 +0000 (13:46 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 17 Dec 2020 17:46:34 +0000 (13:46 -0400)
commit4d2cd58ee5a891a517b386c555d032722cc4d97b
tree211f84e572608720dbc9e3f228f841a9bea82f93
parent1b5cb77acf3018aacb3a06d1bbc1ee72160a791b
provide missing remote actions for importree only remote

Ah, it seemed too easy before when I was implementing importrree only,
and it was because all the key-based actions needed to be handled too.

Mostly copied from isexport, and this works. It does seem that
an import remote could use retrieveExportWithContentIdentifier
rather than retrieveExport, and checkPresentExportWithContentIdentifier
rather than checkPresentExport, which would both be more accurate.
Remote/Helper/ExportImport.hs