import after export

This commit is contained in:
Dmitry Zuikov 2023-06-29 18:46:05 +03:00
parent 3681fd7bee
commit 22bb266f02
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ push remote what@[Just bFrom , Just br] = do
trace $ "PUSH PARAMS" <+> pretty what
gh <- gitGetHash (normalizeRef bFrom) `orDie` [qc|can't read hash for ref {pretty br}|]
_ <- traceTime "TIME: exportRefOnly" $ exportRefOnly () remote (Just bFrom) br gh
-- importRefLogNew False remote
importRefLogNew False remote
pure (Just br)
push remote [Nothing, Just br] = do
@ -92,7 +92,7 @@ push remote [Nothing, Just br] = do
loadCredentials mempty
trace $ "deleting remote reference" <+> pretty br
exportRefDeleted () remote br
-- importRefLogNew False remote
importRefLogNew False remote
pure (Just br)
push r w = do