From 0fdc9b093959a6a0037e898744f22c7604278d97 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Wed, 28 Aug 2013 14:23:08 -0500 Subject: [PATCH] remote-hg: fix test It wasn't being checked properly before; those refs never existed. Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- contrib/remote-helpers/test-hg.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg.sh index f7ce8aa853..cbf86170d5 100755 --- a/contrib/remote-helpers/test-hg.sh +++ b/contrib/remote-helpers/test-hg.sh @@ -580,8 +580,6 @@ test_expect_success 'remote big push fetch first' ' check_push 1 --all <<-EOF master good_bmark - new_bmark:new - new_branch:new bad_bmark:fetch-first branches/bad_branch:festch-first EOF -- 2.11.4.GIT