tests/test-extdiff.t
changeset 39707 5abc47d4ca6b
parent 36268 be5a6fe3643a
child 41487 fa471151d269
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
   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
   266 #if windows
   267   $ cat > 'diff tool.bat' << EOF
   267   $ cat > 'diff tool.bat' << EOF
   268   > @$PYTHON "`pwd`/diff tool.py"
   268   > @"$PYTHON" "`pwd`/diff tool.py"
   269   > EOF
   269   > EOF
   270   $ hg extdiff -p "`pwd`/diff tool.bat"
   270   $ hg extdiff -p "`pwd`/diff tool.bat"
   271   [1]
   271   [1]
   272 #else
   272 #else
   273   $ hg extdiff -p "`pwd`/diff tool.py"
   273   $ hg extdiff -p "`pwd`/diff tool.py"