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