summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2012-11-04 02:13:36 (GMT)
committerJeff King <peff@peff.net>2012-11-04 13:35:21 (GMT)
commitaefc605ada7fe00e1c6b8d4bf3aa17dc07855769 (patch)
tree4b2d4f682a1e2a0ce338afe718f1a358f0689585 /contrib
parentbb8a956409bb67e46dead1cc32d11871d45d6fdb (diff)
downloadgit-aefc605ada7fe00e1c6b8d4bf3aa17dc07855769.zip
git-aefc605ada7fe00e1c6b8d4bf3aa17dc07855769.tar.gz
git-aefc605ada7fe00e1c6b8d4bf3aa17dc07855769.tar.bz2
remote-hg: add extra author test
For hg.hg. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Jeff King <peff@peff.net>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/remote-helpers/test-hg-hg-git.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/remote-helpers/test-hg-hg-git.sh b/contrib/remote-helpers/test-hg-hg-git.sh
index e07bba5..3e76d9f 100755
--- a/contrib/remote-helpers/test-hg-hg-git.sh
+++ b/contrib/remote-helpers/test-hg-hg-git.sh
@@ -370,7 +370,11 @@ test_expect_success 'hg author' '
echo theta > theta &&
hg add theta &&
- hg commit -u "test >test@example.com>" -m "add theta"
+ hg commit -u "test >test@example.com>" -m "add theta" &&
+
+ echo iota > iota &&
+ hg add iota &&
+ hg commit -u "test <test <at> example <dot> com>" -m "add iota"
) &&
hg_push_$x hgrepo-$x gitrepo-$x &&