##// END OF EJS Templates
inotify: expose the same dirstate.status() interface as dirstate....
Greg Ward -
r10605:3077ee5c default
parent child Browse files
Show More
@@ -41,7 +41,7 b' 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=True):
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