hgext/closehead.py
changeset 51863 f4733654f144
parent 50874 f12d53a6e8b8
--- a/hgext/closehead.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/hgext/closehead.py	Mon Sep 16 15:36:44 2024 +0200
@@ -5,6 +5,7 @@
 
 '''close arbitrary heads without checking them out first'''
 
+from __future__ import annotations
 
 from mercurial.i18n import _
 from mercurial import (