D5769: tests: alter email `From` line to a value that's consistently parsed
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Thu Jan 31 01:07:06 UTC 2019
durin42 updated this revision to Diff 13619.
durin42 edited the summary of this revision.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D5769?vs=13616&id=13619
REVISION DETAIL
https://phab.mercurial-scm.org/D5769
AFFECTED FILES
contrib/python3-whitelist
tests/test-import-git.t
CHANGE DETAILS
diff --git a/tests/test-import-git.t b/tests/test-import-git.t
--- a/tests/test-import-git.t
+++ b/tests/test-import-git.t
@@ -826,7 +826,7 @@
$ hg revert -qa
$ hg --encoding utf-8 import - <<EOF
- > From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= <hertzog at debian.org>
+ > From: =?utf-8?q?Rapha=C3=ABl_Hertzog_=3Chertzog=40debian=2Eorg=3E?=
> Subject: [PATCH] =?UTF-8?q?=C5=A7=E2=82=AC=C3=9F=E1=B9=AA?=
>
> diff --git a/a b/a
diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist
--- a/contrib/python3-whitelist
+++ b/contrib/python3-whitelist
@@ -310,6 +310,7 @@
test-import-bypass.t
test-import-context.t
test-import-eol.t
+test-import-git.t
test-import-merge.t
test-import-unknown.t
test-import.t
To: durin42, pulkit, #hg-reviewers
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list