mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-11-11 05:35:40 +01:00
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:
@@ -370,7 +370,11 @@ test_expect_success 'hg author' '
|
|||||||
|
|
||||||
echo theta > theta &&
|
echo theta > theta &&
|
||||||
hg add 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 &&
|
hg_push_$x hgrepo-$x gitrepo-$x &&
|
||||||
|
|||||||
Reference in New Issue
Block a user