D6821: flagprocessors: directly duplicate the deprecated layer back into revlog

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Mon Sep 9 14:00:05 EDT 2019


durin42 added inline comments.

INLINE COMMENTS

> remotefilelog.py:311
> +        """deprecated entry point to access flag processors"""
> +        msg = ('_processflag(...) use the specialized variant')
> +        util.nouideprecwarn(msg, '5.2', stacklevel=2)

I'm not sure what this is telling me.  Is it saying that I want one of processflags{raw,read,write}?

I missed this over the weekend when I wasn't coding (I don't do hg stuff on weekends), but the message is sufficiently confusing I want to clean it up.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6821/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D6821

To: marmoute, yuja, durin42, indygreg, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list