Mercurial > public > mercurial-scm > hg
diff tests/test-addremove.t @ 39088:ad88726d6982
addremove: add labels for messages about added and removed files
This is the first step to add color for add and remove output.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 25 Jul 2018 17:11:52 +0200 |
parents | feecfefeba25 |
children | 824b687ff6af |
line wrap: on
line diff
--- a/tests/test-addremove.t Fri Jul 27 12:08:10 2018 +0200 +++ b/tests/test-addremove.t Wed Jul 25 17:11:52 2018 +0200 @@ -69,6 +69,12 @@ removing c adding d recording removal of a as rename to b (100% similar) + $ hg addremove -ns 50 --color debug + [addremove.removed ui.status|removing a] + [addremove.added ui.status|adding b] + [addremove.removed ui.status|removing c] + [addremove.added ui.status|adding d] + [ ui.status|recording removal of a as rename to b (100% similar)] $ hg addremove -s 50 removing a adding b