This is an archive of the discontinued Mercurial Phabricator instance.

cmdutil: sort unresolved paths
ClosedPublic

Authored by indygreg on Oct 9 2018, 3:56 PM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Commits
rHG57500950f40e: cmdutil: sort unresolved paths
Summary

I noticed that hg status was printing unresolved paths in a
non-deterministic order. This patch fixes that.

I'm not sure if the sorting should be done in
merge.mergestate.unresolved() instead. Either way fixes the
presentation issue.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Oct 9 2018, 3:56 PM
This revision was automatically updated to reflect the committed changes.