aboutsummaryrefslogtreecommitdiff
path: root/CmdLine/GitAnnex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-11 20:43:45 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-11 20:43:45 -0400
commitd49e9f6a744c490cf4374039fde26c0eb57dc675 (patch)
tree8309f1255db293d410145573c0cd831015d6629c /CmdLine/GitAnnex.hs
parentdb0fd46eddd191632d849f425f5db5ab3eed3905 (diff)
converted ContentLocation, ExampleKey, LookupKey
Diffstat (limited to 'CmdLine/GitAnnex.hs')
-rw-r--r--CmdLine/GitAnnex.hs12
1 files changed, 6 insertions, 6 deletions
diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs
index 74a831f8b..c569519e5 100644
--- a/CmdLine/GitAnnex.hs
+++ b/CmdLine/GitAnnex.hs
@@ -23,9 +23,9 @@ import qualified Command.Move
import qualified Command.Copy
import qualified Command.Get
import qualified Command.Fsck
---import qualified Command.LookupKey
---import qualified Command.ContentLocation
---import qualified Command.ExamineKey
+import qualified Command.LookupKey
+import qualified Command.ContentLocation
+import qualified Command.ExamineKey
import qualified Command.FromKey
import qualified Command.RegisterUrl
import qualified Command.SetKey
@@ -158,9 +158,9 @@ cmds =
, Command.Schedule.cmd
, Command.Ungroup.cmd
, Command.Vicfg.cmd
--- , Command.LookupKey.cmd
--- , Command.ContentLocation.cmd
--- , Command.ExamineKey.cmd
+ , Command.LookupKey.cmd
+ , Command.ContentLocation.cmd
+ , Command.ExamineKey.cmd
, Command.FromKey.cmd
, Command.RegisterUrl.cmd
, Command.SetKey.cmd