remote-hg: add extra author test
authorFelipe Contreras <felipe.contreras@gmail.com>
Sun, 4 Nov 2012 02:13:36 +0000 (03:13 +0100)
committerJeff King <peff@peff.net>
Sun, 4 Nov 2012 13:35:21 +0000 (08:35 -0500)
For hg.hg.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
contrib/remote-helpers/test-hg-hg-git.sh

index e07bba5581669a0bf93142ea6e89ae0ae133c8bb..3e76d9fb60bff8b25f5b2751c6e11cfabb6c9dc6 100755 (executable)
@@ -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 &&