git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c0e1ba4
)
remote-hg: fix hg-git test-case
author
Felipe Contreras
<redacted>
Thu, 4 Apr 2013 15:36:19 +0000
(09:36 -0600)
committer
Junio C Hamano
<redacted>
Thu, 4 Apr 2013 16:35:51 +0000
(09:35 -0700)
There was some lingering code that shouldn't have been there in the
first place.
Signed-off-by: Felipe Contreras <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/remote-helpers/test-hg-hg-git.sh
patch
|
blob
|
history
diff --git
a/contrib/remote-helpers/test-hg-hg-git.sh
b/contrib/remote-helpers/test-hg-hg-git.sh
index 7e3967f5b6f0c19939bf1c0c30be0d756ec6aa04..3f253b7de75a6fa44c4cff3b2e1f53f9feffcf5d 100755
(executable)
--- a/
contrib/remote-helpers/test-hg-hg-git.sh
+++ b/
contrib/remote-helpers/test-hg-hg-git.sh
@@
-140,7
+140,6
@@
test_expect_success 'executable bit' '
git_clone_$x hgrepo-$x gitrepo2-$x &&
git_log gitrepo2-$x > log-$x
done &&
- cp -r log-* output-* /tmp/foo/ &&
test_cmp output-hg output-git &&
test_cmp log-hg log-git
git clone https://git.99rst.org/PROJECT