##// END OF EJS Templates
scmutil: fix a comment that doesn't match the code...
Martin von Zweigbergk -
r41846:e21183db default
parent child Browse files
Show More
@@ -1123,7 +1123,7 b' def marktouched(repo, files, similarity='
1123 repo.ui.status(status)
1123 repo.ui.status(status)
1124
1124
1125 # TODO: We should probably have the caller pass in uipathfn and apply it to
1125 # TODO: We should probably have the caller pass in uipathfn and apply it to
1126 # the messages above too. forcerelativevalue=True is consistent with how
1126 # the messages above too. legacyrelativevalue=True is consistent with how
1127 # it used to work.
1127 # it used to work.
1128 uipathfn = getuipathfn(repo, legacyrelativevalue=True)
1128 uipathfn = getuipathfn(repo, legacyrelativevalue=True)
1129 renames = _findrenames(repo, m, added + unknown, removed + deleted,
1129 renames = _findrenames(repo, m, added + unknown, removed + deleted,
General Comments 0
You need to be logged in to leave comments. Login now