##// END OF EJS Templates
inotify: skip deactivation message
Matt Mackall -
r7083:9dcce703 default
parent child Browse files
Show More
@@ -90,7 +90,6 b' def reposetup(ui, repo):'
90 90 % err[-1])
91 91 ui.print_exc()
92 92 # replace by old status function
93 ui.warn(_('deactivating inotify\n'))
94 93 self.status = super(inotifydirstate, self).status
95 94
96 95 return super(inotifydirstate, self).status(
@@ -1,6 +1,5 b''
1 1 % fail
2 2 failed to contact inotify server: No such file or directory
3 deactivating inotify
4 3 abort: could not start server: File exists
5 4 % inserve
6 5 % status
General Comments 0
You need to be logged in to leave comments. Login now