This commit is contained in:
Joey Hess 2011-04-09 14:26:32 -04:00
parent 1e7ad2ee7c
commit 8ad901a647
3 changed files with 37 additions and 37 deletions

View file

@ -16,7 +16,6 @@ import Data.List.Utils
import Command
import qualified Annex
import qualified GitRepo as Git
import qualified Remote.Git
import Messages
import Types
import Utility
@ -203,7 +202,7 @@ tryScan r
Git.hConfigRead r
configlist =
Remote.Git.onRemote r (pipedconfig, Nothing) "configlist" []
onRemote r (pipedconfig, Nothing) "configlist" []
manualconfiglist = do
let sshcmd =
"cd " ++ shellEscape(Git.workTree r) ++ " && " ++