diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2026-09-10 21:36:46 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2026-09-10 21:36:46 +0200 |
| commit | 48d42ef2e5f6c615725ee3b6017a5ceef68ca13e (patch) | |
| tree | cf833b89e4dcc58171eb9f494dd338c270ae8224 | |
| parent | 01906f16a2d140731b59f51ee696df94d6fcfd10 (diff) | |
| download | git-auto-acp-48d42ef2e5f6c615725ee3b6017a5ceef68ca13e.tar.gz git-auto-acp-48d42ef2e5f6c615725ee3b6017a5ceef68ca13e.tar.bz2 | |
todo to go
| -rw-r--r-- | Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,7 +169,7 @@ main = do , stAddsPending = succ stAddsPending , stPushesPending = succ stPushesPending } - AddBounce + AddBounce -- TODO the last trigger looks nice but may cause double add, instead track an increasing token or such | not (S.null stWatch) , stAddsPending == 1 || intervalPassed (optAddCommitDelay o) now stLastAdd -> do |
