# HG changeset patch # User Pierre-Yves David # Date 1606834212 -3600 # Node ID ad9dd4d333be364cdd81f324b959ea8d11d96c91 # Parent a2a59cde9b9fa4705db8b6a70eb5d96cf28b4eed upgrade: drop an outdated comment We can control the added/removed requirement through config for multiple years. Differential Revision: https://phab.mercurial-scm.org/D9484 diff -r a2a59cde9b9f -r ad9dd4d333be mercurial/upgrade.py --- 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) )