Mercurial > hg
diff tests/test-mq-header-date.t @ 22519:c87f2a5a6e49
mq: correctly make an empty line after description in new patches
There would in some cases be an empty line between headers and the description -
that does not seem right.
There should also be an empty line between description and diff - but that was
missing.
These two mistakes would sometimes make it up for each other so we fix both at
once to just show the improvement.
Instead of writing an extra newline when writing a header line, write an extra
line when it not is written as a part of the description but is necessary
anyway.
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Sat, 20 Sep 2014 17:06:56 +0200 |
parents | 2da47de36b6f |
children | 9d4ebb75de53 |
line wrap: on
line diff
--- a/tests/test-mq-header-date.t Tue Sep 16 14:51:56 2014 -0700 +++ b/tests/test-mq-header-date.t Sat Sep 20 17:06:56 2014 +0200 @@ -243,7 +243,6 @@ now at: 1.patch ==== qnew -d -m Date: 6 0 - Three 1: Three - test - 6.00 @@ -251,7 +250,6 @@ ==== qref adding 3 Date: 6 0 - Three diff -r ... 3 @@ -263,7 +261,6 @@ 0: [mq]: 1.patch - test - 4.00 ==== qref -m Date: 6 0 - Drei diff -r ... 3 @@ -275,7 +272,6 @@ 0: [mq]: 1.patch - test - 4.00 ==== qref -d Date: 7 0 - Drei diff -r ... 3 @@ -287,7 +283,6 @@ 0: [mq]: 1.patch - test - 4.00 ==== qref -d -m Date: 8 0 - Three (again) diff -r ... 3 @@ -590,7 +585,6 @@ # HG changeset patch # Parent # Date 6 0 - Three 1: Three - test - 6.00 @@ -600,7 +594,6 @@ # HG changeset patch # Parent # Date 6 0 - Three diff -r ... 3 @@ -614,7 +607,6 @@ # HG changeset patch # Parent # Date 6 0 - Drei diff -r ... 3 @@ -628,7 +620,6 @@ # HG changeset patch # Parent # Date 7 0 - Drei diff -r ... 3 @@ -642,7 +633,6 @@ # HG changeset patch # Parent # Date 8 0 - Three (again) diff -r ... 3