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

Reply via email to