hgext/convert/hg.py
changeset 51859 f4733654f144
parent 51011 ed65e97db7bc
child 52392 4c70a70a9bcd
--- a/hgext/convert/hg.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/hgext/convert/hg.py	Mon Sep 16 15:36:44 2024 +0200
@@ -17,6 +17,8 @@
 #   the converted revision to have a different identity than the
 #   source.
 
+from __future__ import annotations
+
 import os
 import re
 import time