ryanmce added inline comments.

INLINE COMMENTS

> revlog.py:2110
> +        # no delta for flag processor revision (see "candelta" for why)
> +        if flags & REVIDX_KNOWN_FLAGS:
> +            deltainfo = None

Why is this not `candelta()`?

REPOSITORY
  rHG Mercurial

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

To: quark, indygreg, #hg-reviewers, ryanmce
Cc: mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to