Mercurial > hg-stable
diff tests/test-churn @ 9669:9b127e888640
churn: ability to display added/removed lines separately
author | Alexander Solovyov <piranha@piranha.org.ua> |
---|---|
date | Thu, 29 Oct 2009 20:50:24 +0200 |
parents | 7cca980317c5 |
children | 7d56b6ffef72 |
line wrap: on
line diff
--- a/tests/test-churn Fri Oct 30 09:54:39 2009 +0100 +++ b/tests/test-churn Thu Oct 29 20:50:24 2009 +0200 @@ -50,6 +50,11 @@ echo % churn by hour hg churn -f '%H' -s +echo % churn with separated added/removed lines +hg rm d/g/f2.txt +hg ci -Am "removed d/g/f2.txt" -u user1 -d 14:00 d/g/f2.txt +hg churn --diffstat + cd .. # issue 833: ZeroDivisionError