hg site extension
 
(Arne Babenhauserheide)
2012-10-30: name of the testsite

name of the testsite

diff --git a/staticsite.py b/staticsite.py
--- a/staticsite.py
+++ b/staticsite.py
@@ -915,7 +915,7 @@ def test():
     showcall(["hg", "--config", "extensions.site="+__file__, "push"])
     # check if push directly to ftp works. Requires the path draketo
     # to be set up in .hg/hgrc as ftp://user:password/path
-    showcall(["hg", "--config", "extensions.site="+__file__, "push", "draketo", "--sitename", "site extension"])
+    showcall(["hg", "--config", "extensions.site="+__file__, "push", "draketo", "--sitename", "hg site extension"])
 
 if __name__ == "__main__":
     test()