Colin Watson wrote: [...]
The change to use 'bzr diff --using /usr/bin/diff --diff-options -wu' broke bzr commit message detection.
Oops. Apologies for the breakage.
In other words, the --using option specifies the whole command line, and --diff-options is ignored. The fix is simply to drop --using since bzr already knows to use an external diff program if you supply --diff-options. Patch attached.
Applied; thanks. Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

