--- a/mercurial/scmutil.py Thu Feb 09 09:17:40 2017 -0800
+++ b/mercurial/scmutil.py Thu Oct 18 21:00:07 2018 +0900
@@ -1043,10 +1043,10 @@
if repo.ui.verbose or not m.exact(abs):
if abs in unknownset:
status = _('adding %s\n') % m.uipath(abs)
- label = 'addremove.added'
+ label = 'ui.addremove.added'
else:
status = _('removing %s\n') % m.uipath(abs)
- label = 'addremove.removed'
+ label = 'ui.addremove.removed'
repo.ui.status(status, label=label)
renames = _findrenames(repo, m, added + unknown, removed + deleted,