diff mercurial/dispatch.py @ 8916:3df8dbf706b0

merged with crew
author Martin Geisler <mg@lazybytes.net>
date Sun, 21 Jun 2009 19:06:57 +0200
parents 62e3b9466700 eb7b247a98ea
children 1de6e7e1bb9f
line wrap: on
line diff
--- a/mercurial/dispatch.py	Sat Jun 20 18:58:34 2009 +0200
+++ b/mercurial/dispatch.py	Sun Jun 21 19:06:57 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