Show More
@@ -927,7 +927,7 b' def reposetup(ui, repo):' | |||||
927 | return |
|
927 | return | |
928 |
|
928 | |||
929 | try: |
|
929 | try: | |
930 |
client = watchmanclient.client(repo.ui, repo. |
|
930 | client = watchmanclient.client(repo.ui, repo.root) | |
931 | except Exception as ex: |
|
931 | except Exception as ex: | |
932 | _handleunavailable(ui, fsmonitorstate, ex) |
|
932 | _handleunavailable(ui, fsmonitorstate, ex) | |
933 | return |
|
933 | return |
General Comments 0
You need to be logged in to leave comments.
Login now