notice deleted files on startup

This commit is contained in:
Joey Hess 2012-06-04 18:14:42 -04:00
parent 5b4e5ce7e5
commit ec98581112

View file

@ -31,6 +31,7 @@ start :: CommandStart
start = notBareRepo $ do
showStart "watch" "."
showAction "scanning"
inRepo $ Git.Command.run "add" [Param "--update"]
state <- Annex.getState id
next $ next $ liftIO $ withINotify $ \i -> do
let hook a = Just $ run state a