changeset 365 | f94d3632a323 |
parent 363 | ae96b7e1318d |
child 367 | 73ea73ab3359 |
--- 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")