From ec98581112070244d5cdd69d4228aeab856ce3eb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 4 Jun 2012 18:14:42 -0400 Subject: notice deleted files on startup --- Command/Watch.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Command') diff --git a/Command/Watch.hs b/Command/Watch.hs index 046777685..4a0ee6640 100644 --- a/Command/Watch.hs +++ b/Command/Watch.hs @@ -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 -- cgit v1.2.3