Show More
@@ -1123,7 +1123,7 b' def marktouched(repo, files, similarity=' | |||
|
1123 | 1123 | repo.ui.status(status) |
|
1124 | 1124 | |
|
1125 | 1125 | # TODO: We should probably have the caller pass in uipathfn and apply it to |
|
1126 |
# the messages above too. |
|
|
1126 | # the messages above too. legacyrelativevalue=True is consistent with how | |
|
1127 | 1127 | # it used to work. |
|
1128 | 1128 | uipathfn = getuipathfn(repo, legacyrelativevalue=True) |
|
1129 | 1129 | renames = _findrenames(repo, m, added + unknown, removed + deleted, |
General Comments 0
You need to be logged in to leave comments.
Login now