diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-02 17:44:25 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-02 17:44:25 -0400 |
commit | 5d6c7bccb3037633dc3360dcc22639adb5fe5793 (patch) | |
tree | 6f6ba780ad7f2104e3cee68778e5cd19b958605c /CmdLine | |
parent | d46832a3537cfbdc44a4b0b39c6a16abe5e15581 (diff) |
Brought back the setkey plumbing command that was removed in 2011, since we found a use case for it. Note that the command's syntax was changed for consistency.
Diffstat (limited to 'CmdLine')
-rw-r--r-- | CmdLine/GitAnnex.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs index 326dd3b2b..354f451e7 100644 --- a/CmdLine/GitAnnex.hs +++ b/CmdLine/GitAnnex.hs @@ -26,6 +26,7 @@ import qualified Command.ContentLocation import qualified Command.ExamineKey import qualified Command.FromKey import qualified Command.RegisterUrl +import qualified Command.SetKey import qualified Command.DropKey import qualified Command.TransferKey import qualified Command.TransferKeys @@ -159,6 +160,7 @@ cmds = concat , Command.ExamineKey.cmd , Command.FromKey.cmd , Command.RegisterUrl.cmd + , Command.SetKey.cmd , Command.DropKey.cmd , Command.TransferKey.cmd , Command.TransferKeys.cmd |