--- a/mercurial/commands.py Wed Jul 12 09:01:10 2006 +0200
+++ b/mercurial/commands.py Wed Jul 12 08:28:00 2006 -0700
@@ -548,7 +548,7 @@
"""show help for a command, extension, or list of commands
With no arguments, print a list of commands and short help.
-
+
Given a command name, print help for that command.
Given an extension name, print help for that extension, and the
@@ -579,7 +579,7 @@
# options
if i[1]:
option_lists.append(("options", i[1]))
-
+
def helplist(select=None):
h = {}
cmds = {}
@@ -3300,7 +3300,7 @@
if k.endswith('.' + name) or v == name:
return sys.modules[v]
raise KeyError(name)
-
+
def dispatch(args):
for name in 'SIGBREAK', 'SIGHUP', 'SIGTERM':
num = getattr(signal, name, None)