Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.8.0-beta
-
64bit linux.
-
2485b7618384d9271fd1ff65954ab01c8c1eb536
Description
In my svn config I have colordiff setup
~/.subversion/config --> "diff-cmd = colordiff"
But this breaks QtCreator diff display, showing escape characters. eg.
— snip
Index: source/blender/bmesh/intern/bmesh_walkers_impl.c
===================================================================
[1;31m--- source/blender/bmesh/intern/bmesh_walkers_impl.c (revision 56780)[0;0m
[1;34m+++ source/blender/bmesh/intern/bmesh_walkers_impl.c (working copy)[0;0m
— snip
QtCreator should pass --diff-cmd=diff to svn, or at the very least, allow the diff command to be set in the preferences.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-9425 Qt Creator requires modern SVN
- Closed