Mercurial > public > mercurial-scm > hg
diff tests/test-diff-color.t @ 39091:ddc1da134772
addremove: add associated color for the new labels
We use classic color: green is added, red is removed.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 25 Jul 2018 17:11:59 +0200 |
parents | 8623a6c96998 |
children | c8e371ee65a4 |
line wrap: on
line diff
--- a/tests/test-diff-color.t Tue Aug 14 11:39:48 2018 +0200 +++ b/tests/test-diff-color.t Wed Jul 25 17:11:59 2018 +0200 @@ -22,7 +22,7 @@ > c > EOF $ hg ci -Am adda - adding a + \x1b[0;32madding a\x1b[0m (esc) $ cat > a <<EOF > c > c @@ -218,7 +218,7 @@ $ hg init sub $ echo b > sub/b $ hg -R sub commit -Am 'create sub' - adding b + \x1b[0;32madding b\x1b[0m (esc) $ echo 'sub = sub' > .hgsub $ hg add .hgsub $ hg commit -m 'add subrepo sub'