diff mercurial/dispatch.py @ 15632:c9913ef748f7

dispatch: remove extra newline The return statement belongs to the lines above.
author Martin Geisler <mg@lazybytes.net>
date Sat, 10 Dec 2011 18:40:05 +0100
parents 646759147717
children cc2da4a5ed9a
line wrap: on
line diff
--- a/mercurial/dispatch.py	Fri Dec 09 17:58:12 2011 +0100
+++ b/mercurial/dispatch.py	Sat Dec 10 18:40:05 2011 +0100
@@ -259,7 +259,6 @@
                 return 1
             self.fn = fn
             self.badalias = True
-
             return
 
         if self.definition.startswith('!'):