mercurial/debugcommands.py
changeset 45715 0428978bca22
parent 45682 d2e1dcd4490d
child 45777 07b0a687c01a
child 45837 b7b8a1538161
--- a/mercurial/debugcommands.py	Tue Oct 06 19:11:34 2020 +0530
+++ b/mercurial/debugcommands.py	Sat Oct 10 12:43:04 2020 +0530
@@ -2107,7 +2107,7 @@
     fm_files.end()
 
     fm_extras = fm.nested(b'extras')
-    for f, d in sorted(pycompat.iteritems(ms._stateextras)):
+    for f, d in sorted(pycompat.iteritems(ms.allextras())):
         if f in ms:
             # If file is in mergestate, we have already processed it's extras
             continue