log mercurial/windows.py @ 52592:87ceb51d124c

age author description
Sat, 26 Oct 2024 00:58:01 +0200 Pierre-Yves David branching: merge stable into default
Wed, 16 Oct 2024 18:06:36 -0400 Matt Harbison windows: implement `util.cachestat` to fix numerous dirstate problems stable
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Sat, 10 Aug 2024 14:18:44 -0400 Matt Harbison typing: fix the hint for the `mode` argument of `platform.copymode()`
Fri, 19 Jul 2024 16:38:53 -0400 Matt Harbison typing: avoid some useless @overload definitions in `mercurial.util`
Thu, 18 Jul 2024 19:57:42 -0400 Matt Harbison typing: add type hints to `mercurial.dirstatemap`
Wed, 20 Dec 2023 12:51:20 +0100 Pierre-Yves David pytype: import typing directly
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Fri, 16 Dec 2022 22:24:05 -0500 Matt Harbison typing: attempt to remove @overloads in the platform module for stdlib methods
Fri, 16 Dec 2022 22:07:02 -0500 Matt Harbison typing: add trivial type hints to rest of the windows platform module
Fri, 16 Dec 2022 18:14:54 -0500 Matt Harbison typing: add type hints to the platform `cachestat` classes
Fri, 16 Dec 2022 00:54:39 -0500 Matt Harbison typing: add type hints to the common posix/windows platform functions
Tue, 13 Dec 2022 16:48:47 -0500 Matt Harbison windows: drop an unused method
Fri, 25 Nov 2022 18:39:47 -0500 Matt Harbison pytype: stop excluding mercurial/ui.py
Mon, 10 Oct 2022 11:28:19 -0400 Matt Harbison windows: gracefully handle when the username cannot be determined stable