diff -r 7f6b375a8903 -r 8f427f7c1f71 hgext/fix.py --- a/hgext/fix.py Thu Mar 21 18:35:39 2019 -0700 +++ b/hgext/fix.py Thu Mar 21 18:27:09 2019 -0700 @@ -280,8 +280,8 @@ for rev in sorted(revstofix): fixctx = repo[rev] match = scmutil.match(fixctx, pats, opts) - for path in pathstofix(ui, repo, pats, opts, match, basectxs[rev], - fixctx): + for path in sorted(pathstofix( + ui, repo, pats, opts, match, basectxs[rev], fixctx)): fctx = fixctx[path] if fctx.islink(): continue