log

age author description
Fri, 20 Sep 2024 16:36:28 -0400 Matt Harbison typing: correct pytype mistakes in `mercurial/vfs.py`
Fri, 20 Sep 2024 13:38:13 -0400 Matt Harbison typing: run `merge-pyi` on `mercurial/vfs.py`
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