Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
remote-hg: test: be a little more quiet
author
Felipe Contreras
<felipe.contreras@gmail.com>
Sat, 25 May 2013 02:29:17 +0000
(21:29 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 28 May 2013 14:59:18 +0000
(07:59 -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
raw
|
patch
| inline |
side by side
(parent:
0c27c12
)
diff --git
a/contrib/remote-helpers/test-hg.sh
b/contrib/remote-helpers/test-hg.sh
index ce03fa317e1fcb6f4248ed07e7eb4e47ed2d7ae1..657e0dd433723584a0d6850d5184ad7d9c5b1f5f 100755
(executable)
--- a/
contrib/remote-helpers/test-hg.sh
+++ b/
contrib/remote-helpers/test-hg.sh
@@
-109,10
+109,10
@@
test_expect_success 'update bookmark' '
(
git clone "hg::$PWD/hgrepo" gitrepo &&
cd gitrepo &&
- git checkout devel &&
+ git checkout
--quiet
devel &&
echo devel > content &&
git commit -a -m devel &&
- git push
+ git push
--quiet
) &&
hg -R hgrepo bookmarks | egrep "devel[ ]+3:"