mercurial/obsolete.py
changeset 51639 bf1d26bd5b6a
parent 51122 80bda4254b84
child 51642 f28c52a9f7b4
--- a/mercurial/obsolete.py	Mon Jun 10 12:12:56 2024 +0200
+++ b/mercurial/obsolete.py	Mon Jun 10 13:45:57 2024 +0200
@@ -818,7 +818,7 @@
     store = obsstore(repo, repo.svfs, readonly=readonly, **kwargs)
     if store and readonly:
         ui.warn(
-            _(b'obsolete feature not enabled but %i markers found!\n')
+            _(b'"obsolete" feature not enabled but %i markers found!\n')
             % len(list(store))
         )
     return store