My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fdc9b0
)
remote-hg: add missing &&s in the test
author
Felipe Contreras
<felipe.contreras@gmail.com>
Wed, 28 Aug 2013 19:23:09 +0000
(14:23 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 29 Aug 2013 18:40:54 +0000
(11:40 -0700)
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
diff --git
a/contrib/remote-helpers/test-hg.sh
b/contrib/remote-helpers/test-hg.sh
index
cbf8617
..
94b0bba
100755
(executable)
--- a/
contrib/remote-helpers/test-hg.sh
+++ b/
contrib/remote-helpers/test-hg.sh
@@
-577,7
+577,7
@@
test_expect_success 'remote big push fetch first' '
echo five > content &&
git commit -q -a -m five &&
- check_push 1 --all <<-EOF
+ check_push 1 --all <<-EOF
&&
master
good_bmark
bad_bmark:fetch-first
@@
-633,7
+633,7
@@
test_expect_failure 'remote big push dry-run' '
(
cd gitrepo &&
- check_push
0 --dry-run --all <<-EOF
+ check_push
1 --dry-run --all <<-EOF &&
master
good_bmark
branches/good_branch