Mercurial > hg
comparison tests/test-diff-ignore-whitespace @ 8167:6c82beaaa11a
tests: removed redundant "-d '0 0'" from test scripts
The tests are executed with a .hgrc file which adds "-d '0 0'" by
default.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 26 Apr 2009 14:29:02 +0200 |
parents | 372d93f03d3a |
children |
comparison
equal
deleted
inserted
replaced
8166:56719b1aa6f4 | 8167:6c82beaaa11a |
---|---|
106 hgdiff -wB | 106 hgdiff -wB |
107 } | 107 } |
108 | 108 |
109 hg init | 109 hg init |
110 printf 'hello world\ngoodbye world\n' >foo | 110 printf 'hello world\ngoodbye world\n' >foo |
111 hg ci -Amfoo -ufoo -d '0 0' | 111 hg ci -Amfoo -ufoo |
112 | 112 |
113 test_added_blank_lines | 113 test_added_blank_lines |
114 test_added_horizontal_space_first_on_a_line | 114 test_added_horizontal_space_first_on_a_line |
115 test_added_horizontal_space_last_on_a_line | 115 test_added_horizontal_space_last_on_a_line |
116 test_added_horizontal_space_in_the_middle_of_a_word | 116 test_added_horizontal_space_in_the_middle_of_a_word |