# HG changeset patch # User Raphaël Gomès # Date 1634748003 -7200 # Node ID 8f54d9c79b12b5036fa05d1cce1f9ef211166111 # Parent 126feb805247ab25fca6fc2d84670b4cddcf476c dirstate: add missing return on platforms without exec or symlink Differential Revision: https://phab.mercurial-scm.org/D11713 diff -r 126feb805247 -r 8f54d9c79b12 mercurial/dirstate.py --- a/mercurial/dirstate.py Wed Oct 20 18:25:49 2021 +0200 +++ b/mercurial/dirstate.py Wed Oct 20 18:40:03 2021 +0200 @@ -300,6 +300,8 @@ return b'' return fallback(x) + return f + @propertycache def _cwd(self): # internal config: ui.forcecwd