mercurial/cmdutil.py
changeset 39089 3ff9d2ec6d88
parent 39077 b5040a9cb84c
child 39090 1320df0dcaae
--- a/mercurial/cmdutil.py	Wed Jul 25 17:11:52 2018 +0200
+++ b/mercurial/cmdutil.py	Tue Aug 14 11:15:05 2018 +0200
@@ -2031,7 +2031,8 @@
                 cca(f)
             names.append(f)
             if ui.verbose or not exact:
-                ui.status(_('adding %s\n') % match.rel(f))
+                ui.status(_('adding %s\n') % match.rel(f),
+                          label='addremove.added')
 
     for subpath in sorted(wctx.substate):
         sub = wctx.sub(subpath)