Activity log for bug #386656

Date Who What changed Old value New value Message
2009-06-13 08:52:57 kripken bug added bug
2009-06-16 04:20:18 Robert Collins bzr: status New Incomplete
2011-01-15 19:47:08 Jelmer Vernooij bzr: status Incomplete Triaged
2011-01-15 19:47:11 Jelmer Vernooij bzr: importance Undecided Low
2011-01-15 19:47:19 Jelmer Vernooij summary Diff options cause error on Windows Confusing error when 'diff' is missing
2011-01-15 19:47:23 Jelmer Vernooij tags difff win32
2011-01-15 19:47:59 Jelmer Vernooij description bzr diff --diff-options -w (or with =-w, "-w", ="-w") works fine on Ubuntu (producing a diff that ignores whitespace), but on Windows I get === modified file 'src/SConscript' bzr: ERROR [Error 2] The system cannot find the file specified However, the file is there, and Bazaar without diff options works fine. I am seeing this bug on two separate Windows machines, one on XP and one on Vista. bzr diff --diff-options -w (or with =-w, "-w", ="-w") works fine on Ubuntu (producing a diff that ignores whitespace), but on Windows I get === modified file 'src/SConscript' bzr: ERROR [Error 2] The system cannot find the file specified This is happening because "--diff-options" causes bzr to use the external diff tool, which can not be found. Bazaar should print a more sensible error if it can not find diff.exe.
2011-01-15 20:16:50 Vincent Ladeuil bzr: status Triaged Confirmed
2011-02-01 14:10:35 Jelmer Vernooij tags difff win32 diff win32
2017-11-09 00:33:36 Jelmer Vernooij tags diff win32 check-for-breezy diff win32