mercurial/scmwindows.py
changeset 51863 f4733654f144
parent 51285 9d3721552b6c
equal deleted inserted replaced
51862:607e94e01851 51863:f4733654f144
       
     1 from __future__ import annotations
       
     2 
     1 import os
     3 import os
     2 import winreg  # pytype: disable=import-error
     4 import winreg  # pytype: disable=import-error
     3 
     5 
     4 from typing import (
     6 from typing import (
     5     List,
     7     List,