mercurial/dispatch.py
changeset 8916 3df8dbf706b0
parent 8911 62e3b9466700
parent 8843 eb7b247a98ea
child 8936 1de6e7e1bb9f
--- 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