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