# HG changeset patch # User Martin von Zweigbergk # Date 2019-02-13 20:09:36 # Node ID e21183db2259fe84060c773f06d4307de83c51f7 # Parent 3d5543599df82876a877c4650bdbd83f1bb05ae2 scmutil: fix a comment that doesn't match the code Differential Revision: https://phab.mercurial-scm.org/D5956 diff --git a/mercurial/scmutil.py b/mercurial/scmutil.py --- a/mercurial/scmutil.py +++ b/mercurial/scmutil.py @@ -1123,7 +1123,7 @@ def marktouched(repo, files, similarity= 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,