From 70310f113984a1c1f151bfe4bc5dc491dc3586bb Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sun, 4 Nov 2012 03:13:36 +0100 Subject: [PATCH] remote-hg: add extra author test For hg.hg. Signed-off-by: Felipe Contreras Signed-off-by: Jeff King --- test-hg-hg-git.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test-hg-hg-git.sh b/test-hg-hg-git.sh index e07bba5..3e76d9f 100755 --- a/test-hg-hg-git.sh +++ b/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 &&