Mercurial > public > mercurial-scm > hg
diff tests/test-import.t @ 12399:4fee1fd3de9a
tests: added a short description to issue numbers
Many tests already had a short line to describe what IssueXXX is
about. I find that quite useful when reading a test.
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Fri, 24 Sep 2010 10:13:49 +0200 |
parents | c01dc9087d9a |
children | c6cdc123f6e4 |
line wrap: on
line diff
--- a/tests/test-import.t Fri Sep 24 03:04:14 2010 +0200 +++ b/tests/test-import.t Fri Sep 24 10:13:49 2010 +0200 @@ -344,9 +344,11 @@ $ rm -r b -We weren't backing up the correct dirstate file when importing many patches -(issue963) -import patch1 patch2; rollback +Issue963: Parent of working dir incorrect after import of multiple +patches and rollback + +We weren't backing up the correct dirstate file when importing many +patches: import patch1 patch2; rollback $ echo line 3 >> a/a $ hg --cwd a ci -m'third change' @@ -542,7 +544,7 @@ $ cd .. -test update+rename with common name (issue 927) +Issue927: test update+rename with common name $ hg init t $ cd t @@ -661,7 +663,7 @@ $ cd .. -add empty file from the end of patch (issue 1495) +Issue1495: add empty file from the end of patch $ hg init addemptyend $ cd addemptyend @@ -716,7 +718,7 @@ a -first line mistaken for email headers (issue 1859) +Issue1859: first line mistaken for email headers $ hg init emailconfusion $ cd emailconfusion @@ -825,7 +827,7 @@ $ cd .. -issue2102 +Issue2102: hg export and hg import speak different languages $ hg init issue2102 $ cd issue2102