mercurial/manifest.py
changeset 51767 1c28d9fdcd08
parent 51766 3be39e36732a
child 51768 8e1b28687704
--- a/mercurial/manifest.py	Mon Aug 05 10:11:51 2024 +0200
+++ b/mercurial/manifest.py	Mon Aug 05 10:12:37 2024 +0200
@@ -842,7 +842,7 @@
 
     def _loadlazy(self, d):
         v = self._lazydirs.get(d)
-        if v:
+        if v is not None:
             node, readsubtree, docopy = v
             if docopy:
                 self._dirs[d] = readsubtree(self._subpath(d), node).copy()