--- 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