Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 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 | ae96b7e1318d |
children | 73ea73ab3359 |
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")