This is an archive of the discontinued Mercurial Phabricator instance.

repoview: use class literal for creating filteredchangelog
ClosedPublic

Authored by martinvonz on Nov 8 2019, 2:26 PM.

Details

Summary

The type name is constant, so we don't need to create it dynamically
using type(). As suggested by Yuya.

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.