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

@ -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 ()