Report from running bzr diff with difftools and tkdiff

Stephen Ward sward.dev at verizon.net
Mon Nov 13 06:23:54 GMT 2006


On Sunday 12 November 2006 11:16 pm, Andrew wrote:
> I just checked out the latest code from the URL listed in the registry.
>  I am running the following command and it just returns with exit status 1:
>
> bzr diff -r 1..2 --using=tkdiff


It just needed to be told what sort of diff tool this was:

  register_diff_tool(ListDiffTool('tkdiff'))

It defaults to directory tree diffs, which 'tkdiff' is not happy about.

-- Steve




More information about the bazaar mailing list