diff mercurial/dispatch.py @ 8843:eb7b247a98ea

kill trailing whitespace
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Fri, 19 Jun 2009 13:47:50 +0200
parents 21688b8a594b
children 3df8dbf706b0
line wrap: on
line diff
--- a/mercurial/dispatch.py	Fri Jun 19 13:44:23 2009 +0200
+++ b/mercurial/dispatch.py	Fri Jun 19 13:47:50 2009 +0200
@@ -224,7 +224,6 @@
     # but only if they have been defined prior to the current definition.
     for alias, definition in ui.configitems('alias'):
         aliasdef = cmdalias(alias, definition, cmdtable)
-        
         cmdtable[alias] = (aliasdef, aliasdef.opts, aliasdef.help)
         if aliasdef.norepo:
             commands.norepo += ' %s' % alias