Skip to content

Commit aefc605

Browse files
felipecpeff
authored andcommitted
remote-hg: add extra author test
For hg.hg. Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Jeff King <[email protected]>
1 parent bb8a956 commit aefc605

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

contrib/remote-helpers/test-hg-hg-git.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,11 @@ test_expect_success 'hg author' '
370370
371371
echo theta > theta &&
372372
hg add theta &&
373-
hg commit -u "test >[email protected]>" -m "add theta"
373+
hg commit -u "test >[email protected]>" -m "add theta" &&
374+
375+
echo iota > iota &&
376+
hg add iota &&
377+
hg commit -u "test <test <at> example <dot> com>" -m "add iota"
374378
) &&
375379
376380
hg_push_$x hgrepo-$x gitrepo-$x &&

0 commit comments

Comments
 (0)