tests: convert echos to comments
Now that we're in the unified test format, there isn't a need to use echo to provide context to command output. This technique actually ends up resulting in redundant output. To preserve the original context, but eliminate the redundancy, such echo statements have been converted into comment lines.
Showing
- tests/test-clone.t 2 additions, 4 deletionstests/test-clone.t
- tests/test-conflict-1.t 1 addition, 2 deletionstests/test-conflict-1.t
- tests/test-conflict-2.t 1 addition, 2 deletionstests/test-conflict-2.t
- tests/test-convergedmerge.t 1 addition, 2 deletionstests/test-convergedmerge.t
- tests/test-file-removal.t 3 additions, 10 deletionstests/test-file-removal.t
- tests/test-git-clone.t 1 addition, 2 deletionstests/test-git-clone.t
- tests/test-git-submodules.t 1 addition, 2 deletionstests/test-git-submodules.t
- tests/test-git-workflow.t 4 additions, 8 deletionstests/test-git-workflow.t
- tests/test-hg-tags.t 2 additions, 4 deletionstests/test-hg-tags.t
- tests/test-incoming.t 2 additions, 7 deletionstests/test-incoming.t
- tests/test-merge.t 2 additions, 4 deletionstests/test-merge.t
- tests/test-outgoing.t 3 additions, 6 deletionstests/test-outgoing.t
- tests/test-pull-after-strip.t 3 additions, 6 deletionstests/test-pull-after-strip.t
- tests/test-push.t 8 additions, 16 deletionstests/test-push.t
- tests/test-subrepos.t 7 additions, 24 deletionstests/test-subrepos.t
Loading
Please register or sign in to comment