comparison tests/test-convert-git.t @ 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 e63d05fbae84
children 6d99cc89ee0e
comparison
equal deleted inserted replaced
26902:7ffebbdcb371 26903:7e8912dbcea2
687 Run convert when the remote branches have changed 687 Run convert when the remote branches have changed
688 (there was an old bug where the local convert read branches from the server) 688 (there was an old bug where the local convert read branches from the server)
689 689
690 $ cd git-repo7 690 $ cd git-repo7
691 $ echo a >> a 691 $ echo a >> a
692 $ git commit -am "move master forward" 692 $ git commit -q -am "move master forward"
693 [master 0c81947] move master forward
694 Author: nottest <test@example.org>
695 1 file changed, 1 insertion(+)
696 $ cd .. 693 $ cd ..
697 $ rm -rf hg-repo7 694 $ rm -rf hg-repo7
698 $ hg convert --config convert.git.remoteprefix=origin git-repo7-client hg-repo7 695 $ hg convert --config convert.git.remoteprefix=origin git-repo7-client hg-repo7
699 initializing destination hg-repo7 repository 696 initializing destination hg-repo7 repository
700 scanning source... 697 scanning source...