diff -r 6f43778f26da -r f94d3632a323 mercurial/commands.py --- a/mercurial/commands.py Wed Jun 15 15:58:11 2005 -0800 +++ b/mercurial/commands.py Wed Jun 15 15:58:53 2005 -0800 @@ -121,7 +121,7 @@ if ui.verbose: ui.status("description:\n") ui.status(description) - ui.status("\n\n") + ui.status("\n") else: ui.status("summary: %s\n" % description.splitlines()[0]) ui.status("\n")