+2008-10-02 Glenn Morris <rgm@gnu.org>
+
+ * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
+ vc-diff-switches.
+
2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
;; `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.