From: Felipe Contreras Date: Wed, 28 Aug 2013 19:23:08 +0000 (-0500) Subject: remote-hg: fix test X-Git-Tag: v1.8.5-rc0~112^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0fdc9b093959a6a0037e898744f22c7604278d97?ds=inline;hp=--cc 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 --- 0fdc9b093959a6a0037e898744f22c7604278d97 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