]> code.delx.au - gnu-emacs-elpa/commitdiff
SVN needs nil diff switches too to revert to -U0 context
authorpashky <pashky@gmail.com>
Tue, 5 Mar 2013 23:18:14 +0000 (03:18 +0400)
committerpashky <pashky@gmail.com>
Tue, 5 Mar 2013 23:18:14 +0000 (03:18 +0400)
diff-hl.el

index ec0c156dec48d20d6be425c8c08389b709ed89d9..518a5d806927a1c659ee39cab8084d89f1422185 100644 (file)
 (defmacro diff-hl-with-diff-switches (body)\r
   `(let ((vc-git-diff-switches nil)\r
          (vc-hg-diff-switches nil)\r
+         (vc-svn-diff-switches nil)\r
          (vc-diff-switches '("-U0"))\r
          (vc-disable-async-diff t))\r
      ,body))\r