changeset 10632:54fb6e1fafe6

drop (default: 8000), non-zero default is automatically added to help
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 10 Mar 2010 21:35:38 +0100
parents 5247260cee6a
children 768c76f0b4c8
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Wed Mar 10 21:21:15 2010 +0100
+++ b/mercurial/commands.py	Wed Mar 10 21:35:38 2010 +0100
@@ -3781,7 +3781,7 @@
           ('d', 'daemon', None, _('run server in background')),
           ('', 'daemon-pipefds', '', _('used internally by daemon mode')),
           ('E', 'errorlog', '', _('name of error log file to write to')),
-          ('p', 'port', 8000, _('port to listen on (default: 8000)')),
+          ('p', 'port', 8000, _('port to listen on')),
           ('a', 'address', '',
            _('address to listen on (default: all interfaces)')),
           ('', 'prefix', '',