D6955: sidedatacopies: deal with upgrading and downgrading to that format

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Wed Oct 9 14:16:00 EDT 2019


martinvonz added inline comments.

INLINE COMMENTS

> copies.py:988
> +        sidedata = {}
> +        if util.safehasattr(revlog, b'filteredrevs'):  # this is a changelog
> +            sidedata = _getsidedata(srcrepo, rev)

nit: drop the `b''` here and below

REPOSITORY
  rHG Mercurial

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

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

To: marmoute, #hg-reviewers
Cc: martinvonz, mjpieters, mercurial-devel


More information about the Mercurial-devel mailing list