Show More
@@ -41,7 +41,7 def reposetup(ui, repo): | |||||
41 | # to start an inotify server if it won't start. |
|
41 | # to start an inotify server if it won't start. | |
42 | _inotifyon = True |
|
42 | _inotifyon = True | |
43 |
|
43 | |||
44 |
def status(self, match, subrepos, ignored, clean, unknown |
|
44 | def status(self, match, subrepos, ignored, clean, unknown): | |
45 | files = match.files() |
|
45 | files = match.files() | |
46 | if '.' in files: |
|
46 | if '.' in files: | |
47 | files = [] |
|
47 | files = [] |
General Comments 0
You need to be logged in to leave comments.
Login now