diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-20 11:22:27 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-20 11:22:27 -0400 |
commit | 82ee689db44ebabca2ecd093f9da40ef46fbc067 (patch) | |
tree | 74985d178621fabcc3d450c15054397afec9b84d /CmdLine | |
parent | 6c43dd47ff2f1b8e21480b3b4b1a131ef283444b (diff) |
readpresentkey: New plumbing command for checking location log.
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 f25af34b3..f2953da36 100644 --- a/CmdLine/GitAnnex.hs +++ b/CmdLine/GitAnnex.hs @@ -29,6 +29,7 @@ import qualified Command.DropKey import qualified Command.TransferKey import qualified Command.TransferKeys import qualified Command.SetPresentKey +import qualified Command.ReadPresentKey import qualified Command.ReKey import qualified Command.MetaData import qualified Command.View @@ -156,6 +157,7 @@ cmds = concat , Command.TransferKey.cmd , Command.TransferKeys.cmd , Command.SetPresentKey.cmd + , Command.ReadPresentKey.cmd , Command.ReKey.cmd , Command.MetaData.cmd , Command.View.cmd |