mercurial/localrepo.py
changeset 48602 66b59fbb0cdd
parent 48599 dfbfa802876b
child 48603 3a8bc0b48e51
--- a/mercurial/localrepo.py	Mon Jan 17 19:26:36 2022 +0100
+++ b/mercurial/localrepo.py	Mon Jan 17 19:28:10 2022 +0100
@@ -1274,11 +1274,6 @@
     used.
     """
 
-    # obsolete experimental requirements:
-    #  - manifestv2: An experimental new manifest format that allowed
-    #    for stem compression of long paths. Experiment ended up not
-    #    being successful (repository sizes went up due to worse delta
-    #    chains), and the code was deleted in 4.6.
     supportedformats = {
         requirementsmod.REVLOGV1_REQUIREMENT,
         requirementsmod.GENERALDELTA_REQUIREMENT,