Submitter | phabricator |
---|---|
Date | Nov. 4, 2019, 4:27 p.m. |
Message ID | <33e0cd2e380264fb550ed7d20627639c@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42717/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/fsmonitor/__init__.py b/hgext/fsmonitor/__init__.py --- a/hgext/fsmonitor/__init__.py +++ b/hgext/fsmonitor/__init__.py @@ -927,7 +927,7 @@ return try: - client = watchmanclient.client(repo.ui, repo._root) + client = watchmanclient.client(repo.ui, repo.root) except Exception as ex: _handleunavailable(ui, fsmonitorstate, ex) return