##// END OF EJS Templates
tests: avoid unexpected result at invocation of *.py file on Windows...
FUJIWARA Katsunori -
r33615:3b77d478 stable
parent child Browse files
Show More
@@ -263,8 +263,16 b' Prepare custom diff/edit tool:'
263 will change to /tmp/extdiff.TMP and populate directories a.TMP and a
263 will change to /tmp/extdiff.TMP and populate directories a.TMP and a
264 and start tool
264 and start tool
265
265
266 #if windows
267 $ cat > 'diff tool.bat' << EOF
268 > @$PYTHON "`pwd`/diff tool.py"
269 > EOF
270 $ hg extdiff -p "`pwd`/diff tool.bat"
271 [1]
272 #else
266 $ hg extdiff -p "`pwd`/diff tool.py"
273 $ hg extdiff -p "`pwd`/diff tool.py"
267 [1]
274 [1]
275 #endif
268
276
269 Diff in working directory, after:
277 Diff in working directory, after:
270
278
General Comments 0
You need to be logged in to leave comments. Login now