log

age author description
Fri, 20 Sep 2024 01:10:17 -0400 Matt Harbison typing: add type annotations to `mercurial.util.makelock()`
Fri, 20 Sep 2024 00:20:24 -0400 Matt Harbison util: avoid a leaked file descriptor in `util.makelock()` exceptional case
Fri, 20 Sep 2024 00:04:09 -0400 Matt Harbison typing: add type annotations to the `mercurial.util.filestat` class
Fri, 20 Sep 2024 12:15:08 -0400 Matt Harbison vfs: do minor copyediting on comments and doc strings
Fri, 20 Sep 2024 01:16:16 -0400 Matt Harbison vfs: simplify the `abstractvfs.rename()` implementation
Fri, 20 Sep 2024 00:07:39 -0400 Matt Harbison vfs: use @abstractmethod instead of homebrewing abstract methods
Thu, 19 Sep 2024 21:03:10 -0400 Matt Harbison vfs: modernize the detection of the main thread
Sun, 22 Sep 2024 17:06:31 -0400 Matt Harbison store: fix a signature mismatch for a vfs subclass
Sun, 22 Sep 2024 17:02:42 -0400 Matt Harbison lfs: fix various signature mismatches for vfs subclasses
Sun, 22 Sep 2024 17:18:05 -0400 Matt Harbison util: add a comment to suppress a PyCharm warning about a PEP 8 violation
Sun, 22 Sep 2024 17:15:20 -0400 Matt Harbison keepalive: fix a signature mismatch for a http.client.HTTPResponse subclass
Sun, 22 Sep 2024 17:11:10 -0400 Matt Harbison cbor: drop a duplicate dictionary initialization entry