remove debug
This commit is contained in:
parent
dc083bf8c8
commit
7f768aef77
1 changed files with 1 additions and 2 deletions
|
@ -454,8 +454,7 @@ parseSpecialRemoteUrl url remotename = case parseURI url of
|
||||||
|
|
||||||
-- Runs an action with a Remote as specified by the SpecialRemoteConfig.
|
-- Runs an action with a Remote as specified by the SpecialRemoteConfig.
|
||||||
withSpecialRemote :: SpecialRemoteConfig -> StartAnnexBranch -> (Remote -> Annex a) -> Annex a
|
withSpecialRemote :: SpecialRemoteConfig -> StartAnnexBranch -> (Remote -> Annex a) -> Annex a
|
||||||
withSpecialRemote (ExistingSpecialRemote remotename) _ a = do
|
withSpecialRemote (ExistingSpecialRemote remotename) _ a =
|
||||||
liftIO $ hPutStrLn stderr "case 1"
|
|
||||||
getEnabledSpecialRemoteByName remotename >>=
|
getEnabledSpecialRemoteByName remotename >>=
|
||||||
maybe (giveup $ "There is no special remote named " ++ remotename)
|
maybe (giveup $ "There is no special remote named " ++ remotename)
|
||||||
a
|
a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue