hgext/commitextras.py
changeset 51859 f4733654f144
parent 50925 d718eddf01d9
child 52643 5cc8deb96b48
--- a/hgext/commitextras.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/hgext/commitextras.py	Mon Sep 16 15:36:44 2024 +0200
@@ -7,6 +7,7 @@
 
 '''adds a new flag extras to commit (ADVANCED)'''
 
+from __future__ import annotations
 
 import re