D2008: revlog: move ELLIPSIS_NODE_FLAG to core from narrowrevlog

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Fri Feb 2 14:03:24 EST 2018


indygreg added inline comments.

INLINE COMMENTS

> narrowrevlog.py:25
>  
> -revlog.addflagprocessor(ELLIPSIS_NODE_FLAG,
> +revlog.addflagprocessor(revlog.ELLIPSIS_NODE_FLAG,
>                          (readtransform, writetransform, rawtransform))

Does this also need to move to core? What happens when core encounters this revision flag without a registered flag processor (this should never happen if repo `requirements` are done properly though).

REPOSITORY
  rHG Mercurial

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

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


More information about the Mercurial-devel mailing list