Mercurial > hg
log
age | author | description |
---|---|---|
Fri, 27 Sep 2024 12:10:25 -0400 | Matt Harbison | interfaces: change a couple of dirstate fields to `@property` |
Fri, 27 Sep 2024 12:05:48 -0400 | Matt Harbison | git: make `dirstate.parents()` return a list like the core class |
Fri, 27 Sep 2024 11:57:42 -0400 | Matt Harbison | typing: add type hints for the overloads of `matchmod.readpatternfile()` |
Thu, 26 Sep 2024 18:52:46 -0400 | Matt Harbison | dirstate: subclass the new dirstate Protocol class |
Thu, 26 Sep 2024 18:51:03 -0400 | Matt Harbison | git: correct some signature mismatches between dirstate and the Protocol class |
Thu, 26 Sep 2024 18:15:36 -0400 | Matt Harbison | interfaces: convert the zope `Attribute` attrs to regular fields |
Thu, 26 Sep 2024 18:09:33 -0400 | Matt Harbison | interfaces: add the missing `self` arg to the dirstate Protocol class |