move new interface to git-annex transfer
This is to avoid breakage when upgrading or downgrading git-annex with a process running that uses the interface. It's better to keep the compatability code for a few years than worry about such breakage. This commit was sponsored by Brett Eisenberg on Patreon.
This commit is contained in:
parent
b9c1aa9258
commit
05c0543e8e
10 changed files with 238 additions and 60 deletions
|
@ -35,6 +35,7 @@ import qualified Command.FromKey
|
|||
import qualified Command.RegisterUrl
|
||||
import qualified Command.SetKey
|
||||
import qualified Command.DropKey
|
||||
import qualified Command.Transfer
|
||||
import qualified Command.TransferKey
|
||||
import qualified Command.TransferKeys
|
||||
import qualified Command.SetPresentKey
|
||||
|
@ -177,6 +178,7 @@ cmds testoptparser testrunner mkbenchmarkgenerator =
|
|||
, Command.RegisterUrl.cmd
|
||||
, Command.SetKey.cmd
|
||||
, Command.DropKey.cmd
|
||||
, Command.Transfer.cmd
|
||||
, Command.TransferKey.cmd
|
||||
, Command.TransferKeys.cmd
|
||||
, Command.SetPresentKey.cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue