Mercurial > hg
log
age | author | description |
---|---|---|
Tue, 01 Oct 2024 15:04:06 -0400 | Matt Harbison | util: minor copy editing of the documentation for `mmapread()` |
Tue, 01 Oct 2024 15:00:39 -0400 | Matt Harbison | util: make `mmapread()` work on Windows again |
Fri, 27 Sep 2024 12:30:37 -0400 | Matt Harbison | typing: add type annotations to the dirstate classes |
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 |