mercurial/store.py
changeset 52645 4cb75772818d
parent 52644 e627cc25b6f3
child 52692 45dc0f874b8c
--- a/mercurial/store.py	Sun Jan 05 22:26:16 2025 -0500
+++ b/mercurial/store.py	Mon Jan 06 00:30:55 2025 -0500
@@ -54,7 +54,7 @@
 fncache_chunksize = 10**6
 
 
-def _match_tracked_entry(entry: "BaseStoreEntry", matcher):
+def _match_tracked_entry(entry: BaseStoreEntry, matcher):
     """parses a fncache entry and returns whether the entry is tracking a path
     matched by matcher or not.