# HG changeset patch # User Martin Geisler # Date 1323538805 -3600 # Node ID c9913ef748f74419aaa25b0058e93e7c75dde3f8 # Parent e6868bd17f24324db347a289bb2ae0120dd5cd54 dispatch: remove extra newline The return statement belongs to the lines above. diff -r e6868bd17f24 -r c9913ef748f7 mercurial/dispatch.py --- 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('!'):