diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-29 19:35:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-29 19:35:18 -0400 |
commit | de83800ab39649992cd7f9ae61689820138613bd (patch) | |
tree | b0010403a376694f42cc3e36d8ccc3b5365c9d65 /Assistant/Threads/Committer.hs | |
parent | 4c12d38e33923c929a1a264d5b511fb5b8afdf33 (diff) |
split Commits and lifted
Diffstat (limited to 'Assistant/Threads/Committer.hs')
-rw-r--r-- | Assistant/Threads/Committer.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/Committer.hs b/Assistant/Threads/Committer.hs index 3c283e38b..79b3812ee 100644 --- a/Assistant/Threads/Committer.hs +++ b/Assistant/Threads/Committer.hs @@ -61,7 +61,7 @@ commitThread = NamedThread "Committer" $ do ] void $ alertWhile commitAlert $ liftAnnex commitStaged - recordCommit <<~ commitChan + recordCommit else refill readychanges else refill changes where |