diff mercurial/commands.py @ 2600:c4325f0a9b91

clean up trailing white space.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Wed, 12 Jul 2006 08:28:00 -0700
parents b898afee9d0d
children 00fc88b0b256
line wrap: on
line diff
--- 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)