This commit is contained in:
Joey Hess 2012-06-28 13:04:02 -04:00
parent fb51d99951
commit 40f357fdcf
2 changed files with 1 additions and 2 deletions

View file

@ -40,7 +40,7 @@
-
- ThreadState: (MVar)
- The Annex state is stored here, which allows resuscitating the
- Annex monad in IO actions run by the inotify and committer
- Annex monad in IO actions run by the watcher and committer
- threads. Thus, a single state is shared amoung the threads, and
- only one at a time can access it.
- DaemonStatusHandle: (MVar)

View file

@ -36,7 +36,6 @@ mergeThread st = do
, errHook = hook onErr
}
watchDir dir (const False) hooks id
where
type Handler = Git.Repo -> FilePath -> Maybe FileStatus -> IO ()