Submitter | phabricator |
---|---|
Date | March 22, 2019, 2:57 a.m. |
Message ID | <differential-rev-PHID-DREV-ybmt6yiggva5rdptrtdf-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/39354/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/hgext/fix.py b/hgext/fix.py --- a/hgext/fix.py +++ b/hgext/fix.py @@ -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