Add an empty line after description in verbose mode of show_changeset.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Add an empty line after description in verbose mode of show_changeset.
This makes it a little bit easier to see where a new changeset starts.
manifest hash: dd0dc3a135ca2fabed03b86116863c93a451670d
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCxOVgW7P1GVgWeRoRAjtdAJ9B/ECd/Rhws2Bd+IcwRyqcYEN0ugCfbug2
Uhy2yUhV+mlrqFkoNBkcOmM=
=ttyp
-----END PGP SIGNATURE-----
--- a/mercurial/commands.py Fri Jul 01 07:31:26 2005 +0100
+++ b/mercurial/commands.py Fri Jul 01 07:40:32 2005 +0100
@@ -135,7 +135,7 @@
if ui.verbose:
ui.status("description:\n")
ui.status(description)
- ui.status("\n")
+ ui.status("\n\n")
else:
ui.status("summary: %s\n" % description.splitlines()[0])
ui.status("\n")
--- a/tests/test-rawcommit1.out Fri Jul 01 07:31:26 2005 +0100
+++ b/tests/test-rawcommit1.out Fri Jul 01 07:40:32 2005 +0100
@@ -28,6 +28,7 @@
description:
2
+
+ rm b
+ hg -d rawcommit -p 2 -d '0 0' -u user -t3 b
+ hg -d manifest 3
@@ -45,6 +46,7 @@
description:
3
+
+ echo this is a22
+ hg -d rawcommit -p 3 -d '0 0' -u user -t4 a
+ hg -d manifest 4
@@ -62,6 +64,7 @@
description:
4
+
+ echo this is c22
+ hg -d rawcommit -p 1 -d '0 0' -u user -t5 c
+ hg -d manifest 5
@@ -79,6 +82,7 @@
description:
4
+
+ hg -d rawcommit -p 4 -p 5 -d '0 0' -u user -t6
+ hg -d manifest 6
d6e3c4976c13feb1728cd3ac851abaf7256a5c23 644 a
@@ -94,6 +98,7 @@
description:
6
+
+ hg -d rawcommit -p 6 -d '0 0' -u user -t7
+ hg -d manifest 7
d6e3c4976c13feb1728cd3ac851abaf7256a5c23 644 a
@@ -109,3 +114,4 @@
description:
7
+
--- a/tests/test-up-local-change.out Fri Jul 01 07:31:26 2005 +0100
+++ b/tests/test-up-local-change.out Fri Jul 01 07:40:32 2005 +0100
@@ -54,6 +54,7 @@
description:
2
+
changeset: 0:c19d34741b0a4ced8e4ba74bb834597d5193851e
manifest: 0:a0c8bcbbb45c63b90b70ad007bf38961f64f2af0
user: test
@@ -62,6 +63,7 @@
description:
1
+
+ hg diff
+ sed 's/\(\(---\|+++\).*\)\t.*/\1/'
diff -r 1e71731e6fbb a