Skip to content

Commit

Permalink
remote-hg: test: be a little more quiet
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Felipe Contreras authored and Junio C Hamano committed May 28, 2013
1 parent 0c27c12 commit cf08a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/remote-helpers/test-hg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit cf08a7e

Please sign in to comment.