diff -r 654b9e1966f7 -r 525fdb738975 hgext/inotify/__init__.py --- a/hgext/inotify/__init__.py Fri May 11 18:41:04 2012 +0200 +++ b/hgext/inotify/__init__.py Sat May 12 15:54:54 2012 +0200 @@ -46,7 +46,8 @@ files = match.files() if '.' in files: files = [] - if self._inotifyon and not ignored and not subrepos and not self._dirty: + if (self._inotifyon and not ignored and not subrepos and + not self._dirty): cli = client(ui, repo) try: result = cli.statusquery(files, match, False,