Browse Source

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>
maint
Felipe Contreras 12 years ago committed by Junio C Hamano
parent
commit
0fdc9b0939
  1. 2
      contrib/remote-helpers/test-hg.sh

2
contrib/remote-helpers/test-hg.sh

@ -580,8 +580,6 @@ test_expect_success 'remote big push fetch first' ' @@ -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

Loading…
Cancel
Save