This commit is contained in:
voidlizard 2025-01-24 06:47:52 +03:00
parent 6dbff6b598
commit 4b2da6bcad
1 changed files with 2 additions and 1 deletions

View File

@ -436,10 +436,11 @@ compression ; prints compression level
entry $ bindMatch "reflog:refs:raw" $ nil_ $ \syn -> lift $ connectedDo do
refsFiles >>= readRefsRaw >>= liftIO . mapM_ (print . pretty)
entry $ bindMatch "reflog:wait" $ nil_ $ \syn -> lift $ connectedDo do
entry $ bindMatch "repo:wait" $ nil_ $ \syn -> lift $ connectedDo do
let (_,argz) = splitOpts [] syn
let t = headMay [ realToFrac x | LitIntVal x <- argz ]
waitRepo t
getRepoManifest >>= liftIO . print . pretty . mkForm "manifest" . coerce
entry $ bindMatch "reflog:imported" $ nil_ $ \syn -> lift $ connectedDo do
p <- importedCheckpoint