comparison tests/test-extdiff.t @ 32213:bc2e23354cc0

test-extdiff: fill in a missing Windows test
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 06 May 2017 13:37:00 -0400
parents d65e246100ed
children c05f71e57ec4
comparison
equal deleted inserted replaced
32212:65cd7e705ff6 32213:bc2e23354cc0
227 > [merge-tools] 227 > [merge-tools]
228 > odd.diffargs = --foo='\$clabel' '\$clabel' "--bar=\$clabel" "\$clabel" 228 > odd.diffargs = --foo='\$clabel' '\$clabel' "--bar=\$clabel" "\$clabel"
229 > odd.executable = echo 229 > odd.executable = echo
230 > EOF 230 > EOF
231 #if windows 231 #if windows
232 TODO 232 $ hg --debug odd | grep '^running'
233 running '"*\\echo.exe" --foo="sp ace" "sp ace" --bar="sp ace" "sp ace"' in * (glob)
233 #else 234 #else
234 $ hg --debug odd | grep '^running' 235 $ hg --debug odd | grep '^running'
235 running "*/echo --foo='sp ace' 'sp ace' --bar='sp ace' 'sp ace'" in * (glob) 236 running "*/echo --foo='sp ace' 'sp ace' --bar='sp ace' 'sp ace'" in * (glob)
236 #endif 237 #endif
237 238