##// END OF EJS Templates
revlog: drop the CamelCase name for `revlog.revlogrevisiondelta`...
revlog: drop the CamelCase name for `revlog.revlogrevisiondelta` These CamelCase names popped up this cycle because pytype was getting confused by the zope decorator, and so the decoration was decoupled from the class declaration. We're in the process of switching all of the zope interfaces to `typing.Protocol` classes, but we're up against the code freeze. It would be nice to use CamelCase for protocol classes (or classes in general), but let's reset to a consistent state and buy some more time to think about this. Since we're moving to Protocol classes and I disabled the interface tests back in ef7d85089952, I'm not bothering to re-add the decorator, and re-confuse pytype. But do place the interface next to the class, so that these places can be found with the `grep` when the time comes to subclass.
Matt Harbison -
r52957:61557734 default
Show More
Name Size Modified Last Commit Author
/ mercurial / templates / json
__init__.py Loading ...
changelist.tmpl Loading ...
graph.tmpl Loading ...
map Loading ...