changeset 41697:e21183db2259

scmutil: fix a comment that doesn't match the code Differential Revision: https://phab.mercurial-scm.org/D5956
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 13 Feb 2019 12:09:36 -0800
parents 3d5543599df8
children 5fe4de392edb
files mercurial/scmutil.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/scmutil.py	Thu Feb 14 13:16:36 2019 -0800
+++ b/mercurial/scmutil.py	Wed Feb 13 12:09:36 2019 -0800
@@ -1123,7 +1123,7 @@
             repo.ui.status(status)
 
     # TODO: We should probably have the caller pass in uipathfn and apply it to
-    # the messages above too. forcerelativevalue=True is consistent with how
+    # the messages above too. legacyrelativevalue=True is consistent with how
     # it used to work.
     uipathfn = getuipathfn(repo, legacyrelativevalue=True)
     renames = _findrenames(repo, m, added + unknown, removed + deleted,