diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-29 15:16:40 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-29 15:16:40 -0400 |
commit | cdb6196ab7a6b7d9602512fcc745e9dab61a9ce8 (patch) | |
tree | 9ae74c330aaaf54f64a89c01fb1b449ad9682370 /CmdLine/GitAnnex.hs | |
parent | dd7bf0eedebe4f01d702f6450a5c0b5180775c07 (diff) |
setpresentkey: A new plumbing-level command.
Diffstat (limited to 'CmdLine/GitAnnex.hs')
-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 792765dde..6903ea1a8 100644 --- a/CmdLine/GitAnnex.hs +++ b/CmdLine/GitAnnex.hs @@ -27,6 +27,7 @@ import qualified Command.FromKey import qualified Command.DropKey import qualified Command.TransferKey import qualified Command.TransferKeys +import qualified Command.SetPresentKey import qualified Command.ReKey import qualified Command.MetaData import qualified Command.View @@ -150,6 +151,7 @@ cmds = concat , Command.DropKey.cmd , Command.TransferKey.cmd , Command.TransferKeys.cmd + , Command.SetPresentKey.cmd , Command.ReKey.cmd , Command.MetaData.cmd , Command.View.cmd |