log mercurial/scmposix.py @ 50515:f2bcb56a1d39

age author description
Thu, 15 Dec 2022 15:41:59 -0500 Matt Harbison typing: add type hints to the platform specific scm modules
Wed, 14 Dec 2022 22:22:12 -0500 Matt Harbison scmposix: don't subscript IOError
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 03 Nov 2020 09:56:02 -0800 Martin von Zweigbergk config: read system hgrc in lexicographical order
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Wed, 06 Nov 2019 15:16:04 -0500 Augie Fackler scmposix: another suppression on IOError subscripting
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed