summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-08-28 14:23:08 -0500
committerJunio C Hamano <gitster@pobox.com>2013-08-29 11:40:52 -0700
commit0fdc9b093959a6a0037e898744f22c7604278d97 (patch)
tree3a1640e0d37696136e59dac50baad83dfab23007
parenta11b0ac9e17459c83d89844761ca0c132b4d324c (diff)
downloadgit-0fdc9b093959a6a0037e898744f22c7604278d97.tar.gz
remote-hg: fix test
It wasn't being checked properly before; those refs never existed. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xcontrib/remote-helpers/test-hg.sh2
1 files changed, 0 insertions, 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