Submitter | phabricator |
---|---|
Date | April 17, 2020, 6:02 p.m. |
Message ID | <058f3e094a5d56ba3f595f0624fc2336@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/46183/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/dirstate.py b/mercurial/dirstate.py --- a/mercurial/dirstate.py +++ b/mercurial/dirstate.py @@ -180,7 +180,7 @@ @propertycache def _checkexec(self): - return util.checkexec(self._root) + return bool(util.checkexec(self._root)) @propertycache def _checkcase(self):