(Arne Babenhauserheide)
2012-11-04: faster test. faster test.
diff --git a/staticsite.py b/staticsite.py
--- a/staticsite.py
+++ b/staticsite.py
@@ -1064,7 +1064,7 @@ def test():
# just check if loading the extension works
showcall(["hg", "--config", "extensions.site="+__file__])
# check if I can create a site
- showcall(["hg", "--config", "extensions.site="+__file__, "site", "-f", "-B", "-n", "mysite"])
+ showcall(["hg", "--config", "extensions.site="+__file__, "site", "-B", "-n", "mysite"])
# check if uploading works: Only a valid test, if you have a
# post-push hook which does the uploading
# showcall(["hg", "--config", "extensions.site="+__file__, "push"])