changeset 51863 | f4733654f144 |
parent 48875 | 6000f5b25c9b |
--- a/hgext/strip.py Mon Sep 16 15:36:38 2024 +0200 +++ b/hgext/strip.py Mon Sep 16 15:36:44 2024 +0200 @@ -7,6 +7,8 @@ repository. See the command help for details. """ +from __future__ import annotations + from mercurial import commands # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for