[Updated] D9484: upgrade: drop an outdated comment

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Sun Dec 6 12:16:01 UTC 2020


Closed by commit rHGad9dd4d333be: upgrade: drop an outdated comment (authored by marmoute).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D9484?vs=24035&id=24060

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D9484/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D9484

AFFECTED FILES
  mercurial/upgrade.py

CHANGE DETAILS

diff --git a/mercurial/upgrade.py b/mercurial/upgrade.py
--- a/mercurial/upgrade.py
+++ b/mercurial/upgrade.py
@@ -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)
     )



To: marmoute, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20201206/10acb66d/attachment-0002.html>


More information about the Mercurial-patches mailing list