D2067: changegroup: do not delta lfs revisions

ryanmce (Ryan McElroy) phabricator at mercurial-scm.org
Sat Mar 3 19:51:09 UTC 2018


ryanmce added inline comments.

INLINE COMMENTS

> revlog.py:746
> +    def candelta(self, baserev, rev):
> +        """whether two revisions (prev, rev) can be delta-ed or not"""
> +        # Disable delta if either rev requires a content-changing flag

`prev` should be `baserev`?

REPOSITORY
  rHG Mercurial

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

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


More information about the Mercurial-devel mailing list