D6814: revlog: add a `sidedata` parameters to addrevision

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Tue Sep 17 14:14:17 EDT 2019


This revision now requires changes to proceed.
durin42 added inline comments.
durin42 requested changes to this revision.

INLINE COMMENTS

> remotefilelog.py:132
>      def addrevision(self, text, transaction, linknode, p1, p2, cachedelta=None,
> -                    node=None, flags=revlog.REVIDX_DEFAULT_FLAGS):
> +                    node=None, flags=revlog.REVIDX_DEFAULT_FLAGS, sidedata=()):
>          # text passed to "addrevision" includes hg filelog metadata header

You fixed the default in revlog.py but not in remotefilelog.py.

REPOSITORY
  rHG Mercurial

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

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

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


More information about the Mercurial-devel mailing list