changeset 9388 | f7968bba2307 |
parent 8254 | f108e89400d8 |
child 9389 | 7cca980317c5 |
--- a/tests/test-churn Sun Aug 23 11:32:44 2009 +0200 +++ b/tests/test-churn Mon Aug 24 12:47:44 2009 +0200 @@ -48,3 +48,13 @@ echo % churn by hour hg churn -f '%H' -s +cd .. + +# issue 833: ZeroDivisionError +hg init issue-833 +cd issue-833 +touch foo +hg ci -Am foo +# this was failing with a ZeroDivisionError +hg churn +cd ..