diff tests/test-churn @ 9389:7cca980317c5

merge with crew-stable
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 26 Aug 2009 13:05:51 +0200
parents d7b6429c5ad4 f7968bba2307
children 9b127e888640
line wrap: on
line diff
--- a/tests/test-churn	Sat Aug 22 19:40:15 2009 +0200
+++ b/tests/test-churn	Wed Aug 26 13:05:51 2009 +0200
@@ -50,3 +50,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 ..