mercurial/unionrepo.py
changeset 51863 f4733654f144
parent 51826 0338fb200a30
child 51874 1b17309cdaab
--- a/mercurial/unionrepo.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/mercurial/unionrepo.py	Mon Sep 16 15:36:44 2024 +0200
@@ -11,6 +11,8 @@
 allowing operations like diff and log with revsets.
 """
 
+from __future__ import annotations
+
 import contextlib