diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-19 16:58:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-19 16:58:36 -0400 |
commit | 28336756f9e97173ce922d02c6eeed4e01d07e57 (patch) | |
tree | 92c0a93f59a281c890eb040d1e52188481e3c04f /GitAnnex.hs | |
parent | 8615dd8c3c1a576b536edf59322c74eb8dfbb065 (diff) |
implement transferkeys plumbing command
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r-- | GitAnnex.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs index 78b374358..6a0139dce 100644 --- a/GitAnnex.hs +++ b/GitAnnex.hs @@ -31,6 +31,7 @@ import qualified Command.Get import qualified Command.FromKey import qualified Command.DropKey import qualified Command.TransferKey +import qualified Command.TransferKeys import qualified Command.ReKey import qualified Command.Reinject import qualified Command.Fix @@ -110,6 +111,7 @@ cmds = concat , Command.FromKey.def , Command.DropKey.def , Command.TransferKey.def + , Command.TransferKeys.def , Command.ReKey.def , Command.Fix.def , Command.Fsck.def |