openbsd-ports/devel/bzr/patches/patch-bzrlib_diff_py
okan d78b0e95fe update to 1.3
testing from a few -thanks!

ok merdely@
2008-04-21 19:00:56 +00:00

13 lines
473 B
Plaintext

$OpenBSD: patch-bzrlib_diff_py,v 1.2 2008/04/21 19:00:56 okan Exp $
--- bzrlib/diff.py.orig Tue Jan 15 02:08:01 2008
+++ bzrlib/diff.py Sun Feb 3 11:33:31 2008
@@ -173,7 +173,7 @@ def external_diff(old_filename, oldlines, new_filename
if not diff_opts:
diff_opts = []
- diffcmd = ['diff',
+ diffcmd = ['gdiff',
'--label', old_filename,
old_abspath,
'--label', new_filename,