Show More
@@ -52,6 +52,8 b' def reposetup(ui, repo):' | |||
|
52 | 52 | |
|
53 | 53 | def status(self, match, ignored, clean, unknown=True): |
|
54 | 54 | files = match.files() |
|
55 | if '.' in files: | |
|
56 | files = [] | |
|
55 | 57 | try: |
|
56 | 58 | if not ignored and not self.inotifyserver: |
|
57 | 59 | result = client.query(ui, repo, files, match, False, |
General Comments 0
You need to be logged in to leave comments.
Login now