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>
This commit is contained in:
Felipe Contreras 2012-11-04 03:13:36 +01:00 committed by Jeff King
parent bb8a956409
commit aefc605ada

View File

@ -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 &&