revlog: factor out _maxinline global.
This lets us change the threshold at which a *.d file will be split
out, which should make it much easier to construct test cases that
probe revlogs with a separate data file.
(
issue2137)
keyword: make the templater a local variable
After
6722ba3bf80b a class attribute makes no sense.