This is an archive of the discontinued Mercurial Phabricator instance.

merge: use ACTION_* constants instead of values in _filternarrowactions()
ClosedPublic

Authored by pulkit on Aug 5 2020, 4:53 AM.

Details

Summary

It makes easier to check what noconflicttypes are and which are not included.
I hope we can have a state where we always use ACTION_* constants instead of
these values which are very hard to understand.

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.