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
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to