mercurial/upgrade.py
changeset 46050 ad9dd4d333be
parent 46048 f4f956342cf1
child 46051 72b7b4bf3e65
--- a/mercurial/upgrade.py	Tue Dec 01 15:54:38 2020 +0100
+++ b/mercurial/upgrade.py	Tue Dec 01 15:50:12 2020 +0100
@@ -74,8 +74,6 @@
     # Ensure the repository can be upgraded.
     upgrade_actions.check_source_requirements(repo)
 
-    # FUTURE there is potentially a need to control the wanted requirements via
-    # command arguments or via an extension hook point.
     newreqs = localrepo.newreporequirements(
         repo.ui, localrepo.defaultcreateopts(repo.ui)
     )