Show More
@@ -64,7 +64,7 b' def reposetup(ui, repo):' | |||||
64 | 'removing it)\n')) |
|
64 | 'removing it)\n')) | |
65 | os.unlink(repo.join('inotify.sock')) |
|
65 | os.unlink(repo.join('inotify.sock')) | |
66 | if err[0] in (errno.ECONNREFUSED, errno.ENOENT) and \ |
|
66 | if err[0] in (errno.ECONNREFUSED, errno.ENOENT) and \ | |
67 | ui.configbool('inotify', 'autostart'): |
|
67 | ui.configbool('inotify', 'autostart', True): | |
68 | query = None |
|
68 | query = None | |
69 | ui.debug(_('(starting inotify server)\n')) |
|
69 | ui.debug(_('(starting inotify server)\n')) | |
70 | try: |
|
70 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now