mercurial/commands.py
changeset 5835 bd34f0ac3cb0
parent 5811 180a3eee4b75
child 5850 a76395713691
--- a/mercurial/commands.py	Tue Jan 08 21:12:30 2008 -0600
+++ b/mercurial/commands.py	Wed Jan 09 11:15:00 2008 +0100
@@ -2393,7 +2393,7 @@
         s.serve_forever()
 
     parentui = ui.parentui or ui
-    optlist = ("name templates style address port ipv6"
+    optlist = ("name templates style address port prefix ipv6"
                " accesslog errorlog webdir_conf certificate")
     for o in optlist.split():
         if opts[o]:
@@ -3024,6 +3024,7 @@
           ('E', 'errorlog', '', _('name of error log file to write to')),
           ('p', 'port', 0, _('port to use (default: 8000)')),
           ('a', 'address', '', _('address to use')),
+          ('', 'prefix', '', _('prefix path to serve from (default: server root)')),
           ('n', 'name', '',
            _('name to show in web pages (default: working dir)')),
           ('', 'webdir-conf', '', _('name of the webdir config file'