Show More
@@ -263,8 +263,16 b' Prepare custom diff/edit tool:' | |||
|
263 | 263 | will change to /tmp/extdiff.TMP and populate directories a.TMP and a |
|
264 | 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 | 273 | $ hg extdiff -p "`pwd`/diff tool.py" |
|
267 | 274 | [1] |
|
275 | #endif | |
|
268 | 276 | |
|
269 | 277 | Diff in working directory, after: |
|
270 | 278 |
General Comments 0
You need to be logged in to leave comments.
Login now