changeset 16683 | 525fdb738975 |
parent 14945 | 11aad09a6370 |
child 16743 | 38caf405d010 |
--- 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,