yuja added inline comments.

INLINE COMMENTS

> extensions.py:424
> +
> +    def __get__(self, instance, owner):
> +        util.nouideprecwarn("Using the return value of wrapfunction() as a "

When will this `__get__()` be called?

`wrapfunction()` is generally used for wrapping a free function,
not an unbound method.

REPOSITORY
  rHG Mercurial

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

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

Reply via email to