Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
remote-hg: test: be a little more quiet
[gitweb.git]
/
contrib
/
remote-helpers
/
test-hg.sh
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:"