summaryrefslogtreecommitdiff
path: root/contrib/remote-helpers
diff options
context:
space:
mode:
authorLibravatar Felipe Contreras <felipe.contreras@gmail.com>2013-08-28 14:23:08 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-08-29 11:40:52 -0700
commit0fdc9b093959a6a0037e898744f22c7604278d97 (patch)
tree3a1640e0d37696136e59dac50baad83dfab23007 /contrib/remote-helpers
parentremote-bzr: make bzr branches configurable per-repo (diff)
downloadtgif-0fdc9b093959a6a0037e898744f22c7604278d97.tar.xz
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>
Diffstat (limited to 'contrib/remote-helpers')
-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