diff mercurial/mpatch.c @ 32730:b8ff7d0ff361

localrepo: move filtername to __init__ This is obviously an instance attribute, not a type attribute. The modern Python style is to use __init__ for defining these. This exposes statichttprepo as inheriting from localrepository without calling its __init__. As a result, its __init__ defines a lot of variables that methods on localrepository's methods need. But factoring the common bits into a separate class is for another day.
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 08 Jun 2017 23:23:37 -0700
parents 155f0cc3f813
children 347c0f4232e1
line wrap: on
line diff