From 77af38ec6ce38160f88b2bf1aa60d1abb9870769 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Sep 2012 16:23:25 -0400 Subject: git-annex-shell transferinfo command TODO: Use this when running sendkey, to feed back transfer info from the client side rsync. --- GitAnnexShell.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'GitAnnexShell.hs') 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] -- cgit v1.2.3