hgext/win32mbcs.py
changeset 51863 f4733654f144
parent 51680 e6508d1e0b47
--- a/hgext/win32mbcs.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/hgext/win32mbcs.py	Mon Sep 16 15:36:44 2024 +0200
@@ -45,6 +45,8 @@
 It is useful for the users who want to commit with UTF-8 log message.
 '''
 
+from __future__ import annotations
+
 import os
 import sys