Mercurial > hg-stable
changeset 26903:7e8912dbcea2
test-convert-git: silence commit output for stablity
When running the tests with 1.7.7.6, I get 'files' and 'insertions' instead of
the singular forms, and there is also an additional '0 deletions(-)' at the end.
Since this doesn't seem important to the test, silence it.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sun, 08 Nov 2015 18:34:36 -0500 |
parents | 7ffebbdcb371 |
children | 8aacac09e222 |
files | tests/test-convert-git.t |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-convert-git.t Sun Nov 08 17:56:48 2015 -0500 +++ b/tests/test-convert-git.t Sun Nov 08 18:34:36 2015 -0500 @@ -689,10 +689,7 @@ $ cd git-repo7 $ echo a >> a - $ git commit -am "move master forward" - [master 0c81947] move master forward - Author: nottest <test@example.org> - 1 file changed, 1 insertion(+) + $ git commit -q -am "move master forward" $ cd .. $ rm -rf hg-repo7 $ hg convert --config convert.git.remoteprefix=origin git-repo7-client hg-repo7