Submitter | phabricator |
---|---|
Date | Nov. 7, 2019, 8:33 a.m. |
Message ID | <326356fc1259f6d06f93b3b571ab0cf2@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42872/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/color.py b/mercurial/color.py --- a/mercurial/color.py +++ b/mercurial/color.py @@ -435,7 +435,7 @@ if pycompat.iswindows: import ctypes - _kernel32 = ctypes.windll.kernel32 + _kernel32 = ctypes.windll.kernel32 # pytype: disable=module-attr _WORD = ctypes.c_ushort