Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
remote-hg: fix test
author
Felipe Contreras
<felipe.contreras@gmail.com>
Wed, 28 Aug 2013 19:23:08 +0000
(14:23 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 29 Aug 2013 18:40:52 +0000
(11:40 -0700)
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>
contrib/remote-helpers/test-hg.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
a11b0ac
)
diff --git
a/contrib/remote-helpers/test-hg.sh
b/contrib/remote-helpers/test-hg.sh
index f7ce8aa853d5ad9689f49a9cadf0d43ce16ed34f..cbf86170d5d5cd50b5db93ac6260192873800566 100755
(executable)
--- 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