log mercurial/scmwindows.py @ 51381:1d488f7be492

age author description
Wed, 20 Dec 2023 12:51:20 +0100 Pierre-Yves David pytype: import typing directly
Thu, 15 Dec 2022 15:46:25 -0500 Matt Harbison windows: drop some py2 registry module importing
Thu, 15 Dec 2022 15:41:59 -0500 Matt Harbison typing: add type hints to the platform specific scm modules
Wed, 23 Mar 2022 13:51:40 -0400 Matt Harbison pytype: disable a few errors about Windows specific module attributes
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Wed, 09 Dec 2020 18:21:16 -0500 Matt Harbison windows: continue looking at `%HOME%` for user config files with py3.8+
Tue, 03 Nov 2020 09:56:02 -0800 Martin von Zweigbergk config: read system hgrc in lexicographical order
Tue, 17 Dec 2019 22:08:07 -0500 Matt Harbison windows: add a global equivalent to /etc/mercurial for *.rc processing
Tue, 17 Dec 2019 21:25:54 -0500 Matt Harbison windows: factor the hgrc directory scan into a function
Tue, 17 Dec 2019 21:21:36 -0500 Matt Harbison windows: don't return early from building the hgrc search path
Tue, 17 Dec 2019 21:15:59 -0500 Matt Harbison windows: clarify a comment about the hgrc search path
Thu, 05 Dec 2019 11:15:19 -0500 Augie Fackler merge with stable
Fri, 22 Nov 2019 23:55:57 -0500 Matt Harbison windows: suppress pytype warnings for Windows imports and functions
Sat, 30 Nov 2019 02:13:56 -0500 Matt Harbison windows: fix an issue causing registry config paths to be ignored on py3 stable 5.2.1
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals