mercurial/dirstate.py
changeset 47536 8e4b9fe31334
parent 47535 6025353c9c55
child 47537 0e5800c88eb4
--- a/mercurial/dirstate.py	Sun Jul 04 02:28:08 2021 +0200
+++ b/mercurial/dirstate.py	Sun Jul 04 02:33:21 2021 +0200
@@ -1307,7 +1307,7 @@
             # general. That is much slower than simply accessing and storing the
             # tuple members one by one.
             t = dget(fn)
-            mode = t[1]
+            mode = t.mode
             size = t[2]
             time = t[3]