This is an archive of the discontinued Mercurial Phabricator instance.

localrepo: use functools.wraps() in unfilteredmethod decorator
ClosedPublic

Authored by durin42 on Sep 7 2020, 5:31 PM.

Details

Summary

This makes it easier to figure out what function you're holding on to
when doing printf-style debugging.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.