From: Felipe Contreras Date: Sun, 4 Nov 2012 02:13:36 +0000 (+0100) Subject: remote-hg: add extra author test X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aefc605ada7fe00e1c6b8d4bf3aa17dc07855769;p=git.git remote-hg: add extra author test For hg.hg. Signed-off-by: Felipe Contreras Signed-off-by: Jeff King --- diff --git a/contrib/remote-helpers/test-hg-hg-git.sh b/contrib/remote-helpers/test-hg-hg-git.sh index e07bba558..3e76d9fb6 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 example com>" -m "add iota" ) && hg_push_$x hgrepo-$x gitrepo-$x &&