This commit is contained in:
Joey Hess 2013-03-10 20:20:58 -04:00
parent 3816c6c82a
commit b2c7ee5551

View file

@ -106,7 +106,7 @@ commitStaged = do
: Param "-m" : Param "" : ps
{- Decide if now is a good time to make a commit.
- Note that the list of change times has an undefined order.
- Note that the list of changes has an undefined order.
-
- Current strategy: If there have been 10 changes within the past second,
- a batch activity is taking place, so wait for later.