changeset 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 e6868bd17f24
children 4841035f37b6
files mercurial/dispatch.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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('!'):