diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-20 13:49:42 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-20 13:50:26 -0400 |
commit | 7accd891d9ecfed1f806ec5657798b93994fea62 (patch) | |
tree | 7470522ddef4491e671fc1d0639e09ecb56e957f /CmdLine | |
parent | 1f9967298f2bb98dd216c08ce049192737a1cf9f (diff) |
calckey: New plumbing command, calculates the key that would be used to refer to a file
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 b8c97a30a..c3049cf9e 100644 --- a/CmdLine/GitAnnex.hs +++ b/CmdLine/GitAnnex.hs @@ -25,6 +25,7 @@ import qualified Command.Copy import qualified Command.Get import qualified Command.Fsck import qualified Command.LookupKey +import qualified Command.CalcKey import qualified Command.ContentLocation import qualified Command.ExamineKey import qualified Command.MatchExpression @@ -162,6 +163,7 @@ cmds testoptparser testrunner = , Command.Ungroup.cmd , Command.Vicfg.cmd , Command.LookupKey.cmd + , Command.CalcKey.cmd , Command.ContentLocation.cmd , Command.ExamineKey.cmd , Command.MatchExpression.cmd |