hg site extension
 
(Arne Babenhauserheide)
2012-08-11: rename option --name to --sitename to match the option for push.

rename option --name to --sitename to match the option for push.

diff --git a/staticsite.py b/staticsite.py
--- a/staticsite.py
+++ b/staticsite.py
@@ -747,7 +747,7 @@ cmdtable = {
                      [
                       #('r', 'rev', None, 'parse the given revision'),
                       #('a', 'all', None, 'parse all revisions (requires much space)'),
-                      ('n', 'name', "", 'the repo name. Default: folder or last segment of the repo-path.'),
+                      ('n', 'sitename', "", 'the repo name. Default: folder or last segment of the repo-path.'),
                       ('u', 'upload', "", 'upload the repo to the given ftp host. Format: user:password@host/path/to/dir'),
                       ('f', 'force', False, 'force recreating all commit files. Slow.'),
                       ('s', 'screenstyle', "", 'use a custom stylesheet for display on screen'),