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