changeset 98464:75e08f08f5e5

(vc-bzr-diff): Use vc-switches rather than the obsolete vc-diff-switches.
author Glenn Morris <rgm@gnu.org>
date Thu, 02 Oct 2008 17:31:52 +0000
parents bc0b0571f554
children 33d466f1a725
files lisp/vc-bzr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-bzr.el	Thu Oct 02 17:27:35 2008 +0000
+++ b/lisp/vc-bzr.el	Thu Oct 02 17:31:52 2008 +0000
@@ -485,7 +485,7 @@
   ;; `bzr diff' exits with code 1 if diff is non-empty.
   (apply #'vc-bzr-command "diff" (or buffer "*vc-diff*") 'async files
          "--diff-options" (mapconcat 'identity
-                                     (vc-diff-switches-list bzr)
+                                     (vc-switches 'bzr 'diff)
 				     " ")
          ;; This `when' is just an optimization because bzr-1.2 is *much*
          ;; faster when the revision argument is not given.