Show More
@@ -85,6 +85,8 b' def reposetup(ui, repo):' | |||||
85 | except socket.error, err: |
|
85 | except socket.error, err: | |
86 | ui.warn(_('could not talk to new inotify ' |
|
86 | ui.warn(_('could not talk to new inotify ' | |
87 | 'server: %s\n') % err[-1]) |
|
87 | 'server: %s\n') % err[-1]) | |
|
88 | elif err[0] == errno.ENOENT: | |||
|
89 | ui.warn(_('(inotify server not running)\n')) | |||
88 | else: |
|
90 | else: | |
89 | ui.warn(_('failed to contact inotify server: %s\n') |
|
91 | ui.warn(_('failed to contact inotify server: %s\n') | |
90 | % err[-1]) |
|
92 | % err[-1]) |
General Comments 0
You need to be logged in to leave comments.
Login now