dirstate: introduce a symbolic constant for the FROM_P2 marker...
dirstate: introduce a symbolic constant for the FROM_P2 marker
This is going to be clearer and easier to track than -2. Ultimately I would
like to get ride of this special value everywhere but in the lower level,
however we need to clarify the API first. This changeset is part of such
clarification.
Differential Revision:
https://phab.mercurial-scm.org/D10926