Mercurial > hg-stable
changeset 365:f94d3632a323
One too many newlines in verbose output showed up in regression
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
One too many newlines in verbose output showed up in regression
manifest hash: 184bd0353358ec24c3711420ba3c6745a688ebc9
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCsMC9ywK+sNU5EO8RAuYsAJ4wCphPRGI5omFy0VkbiQp8OairRwCcDdD2
pAR58+i+urS7MlbaDisCYUM=
=Ty7w
-----END PGP SIGNATURE-----
author | mpm@selenic.com |
---|---|
date | Wed, 15 Jun 2005 15:58:53 -0800 |
parents | 6f43778f26da |
children | 21306bd3e0f5 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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")