Mercurial > public > mercurial-scm > hg
log mercurial/win32.py @ 51571:9b51a4fb0f96
age | author | description |
---|---|---|
Thu, 15 Dec 2022 18:02:55 -0500 | Matt Harbison | typing: add type hints to mercurial/win32.py |
Tue, 31 May 2022 21:16:17 +0200 | Manuel Jacob | py3: catch FileExistsError instead of checking errno == EEXIST |
Sun, 29 May 2022 15:17:27 +0200 | Manuel Jacob | py3: replace `pycompat.xrange` by `range` |
Thu, 03 Mar 2022 17:34:00 +0100 | Gregory Szorc | py2: remove simple from __future__ statements |
Thu, 25 Mar 2021 18:02:08 +0100 | Rapha?l Gom?s | contributor: change mentions of mpm to olivia |
Fri, 12 Mar 2021 17:22:35 -0500 | Matt Harbison | typing: disable a few errors when accessing Windows specific attributes stable |
Fri, 27 Nov 2020 17:03:29 -0500 | Augie Fackler | formating: upgrade to black 20.8b1 |