mercurial/dirstate.py
branchstable
changeset 51500 eb11153c1698
parent 51293 79cd29d598af
child 51638 513597087b89
--- a/mercurial/dirstate.py	Tue May 07 15:15:41 2024 +0400
+++ b/mercurial/dirstate.py	Mon Jun 10 10:59:44 2024 +0200
@@ -1597,7 +1597,7 @@
                         )
                     )
 
-        for fn, message in bad:
+        for fn, message in sorted(bad):
             matcher.bad(fn, encoding.strtolocal(message))
 
         status = scmutil.status(