summaryrefslogtreecommitdiff
path: root/contrib/remote-helpers
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-05-25 02:29:17 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-05-28 14:59:18 (GMT)
commitcf08a7e15fd473bc9853227f537f6fe5c6512370 (patch)
treeb8eb02676ea9cd0da89bf7b0abfce0c391969b86 /contrib/remote-helpers
parent0c27c12d21c6af3163ac4253c815e62c6bdd37f3 (diff)
downloadgit-cf08a7e15fd473bc9853227f537f6fe5c6512370.zip
git-cf08a7e15fd473bc9853227f537f6fe5c6512370.tar.gz
git-cf08a7e15fd473bc9853227f537f6fe5c6512370.tar.bz2
remote-hg: test: be a little more quiet
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/remote-helpers')
-rwxr-xr-xcontrib/remote-helpers/test-hg.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg.sh
index ce03fa3..657e0dd 100755
--- 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:"