summaryrefslogtreecommitdiff
path: root/GitAnnexShell.hs
diff options
context:
space:
mode:
Diffstat (limited to 'GitAnnexShell.hs')
-rw-r--r--GitAnnexShell.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/GitAnnexShell.hs b/GitAnnexShell.hs
index d9b60c0f6..ebe280279 100644
--- a/GitAnnexShell.hs
+++ b/GitAnnexShell.hs
@@ -23,6 +23,7 @@ import qualified Command.InAnnex
import qualified Command.DropKey
import qualified Command.RecvKey
import qualified Command.SendKey
+import qualified Command.TransferInfo
import qualified Command.Commit
cmds_readonly :: [Command]
@@ -30,6 +31,7 @@ cmds_readonly = concat
[ Command.ConfigList.def
, Command.InAnnex.def
, Command.SendKey.def
+ , Command.TransferInfo.def
]
cmds_notreadonly :: [Command]