D2008: revlog: move ELLIPSIS_NODE_FLAG to core from narrowrevlog

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Fri Feb 2 14:14:06 EST 2018


martinvonz added inline comments.

INLINE COMMENTS

> revlog.py:60
>  REVLOGV2 = 0xDEAD
> +ELLIPSIS_NODE_FLAG = (1 << 14)
>  FLAG_INLINE_DATA = (1 << 16)

See comment on earlier patch that the flag is already defined here (line 71), unless I'm missing something

REPOSITORY
  rHG Mercurial

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

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


More information about the Mercurial-devel mailing list